Feat C++ API
A feature engineering automation tool
ml.cc File Reference
#include "ml.h"
Include dependency graph for ml.cc:

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