Feat C++ API
A feature engineering automation tool
|
#include "ml.h"
Go to the source code of this file.
Namespaces | |
FT | |
main Feat namespace | |
FT::Model | |
namespace containing ML methods used in Feat | |
Functions | |
void | FT::Model::to_json (json &j, const ML &ml) |
serialization More... | |
void | FT::Model::from_json (const json &j, ML &model) |
void | FT::Model::to_json (json &j, const shared_ptr< ML > &model) |
void | FT::Model::from_json (const json &j, shared_ptr< ML > &model) |
Variables | |
map< ML_TYPE, float > | FT::Model::C_DEFAULT |