Refactor crossvalidation to remove unneeded params
This commit is contained in:
@@ -105,8 +105,7 @@ namespace platform {
|
||||
Experiment& setDuration(float duration) { this->duration = duration; return *this; }
|
||||
string get_file_name();
|
||||
void save(string path);
|
||||
//Result cross_validation(const string& path, const string& fileName);
|
||||
Result cross_validation(string model_name, torch::Tensor& X, torch::Tensor& y, vector<string> features, string className, map<string, vector<int>> states);
|
||||
Result cross_validation(const string& path, const string& fileName);
|
||||
void show();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user