Feat C++ API
A feature engineering automation tool
|
namespace containing ML methods used in Feat More...
Classes | |
class | ML |
class that specifies the machine learning algorithm to pair with Feat. More... | |
Enumerations | |
enum | ML_TYPE { LARS , Ridge , RF , SVM , CART , LR , L1_LR } |
Functions | |
void | to_json (json &j, const ML &ml) |
serialization More... | |
void | from_json (const json &j, ML &model) |
void | to_json (json &j, const shared_ptr< ML > &model) |
void | from_json (const json &j, shared_ptr< ML > &model) |
Variables | |
map< ML_TYPE, float > | C_DEFAULT |
enum FT::Model::ML_TYPE |
void FT::Model::from_json | ( | const json & | j, |
shared_ptr< ML > & | model | ||
) |
void FT::Model::to_json | ( | json & | j, |
const ML & | ml | ||
) |
void FT::Model::to_json | ( | json & | j, |
const shared_ptr< ML > & | model | ||
) |