This project solves your ML model building problems efficiently!
-
type url:
-
Register:
-
Login
- just could use CSV files as datasource
- Upload training CSV files:
- just could upload atmost 10MB CSV files
- Make modeling pipeline:
- all inputs and output columns must be numerical
- one transformer and one model must be added to pipeline
- just could use imputation (dropna) as transformer
- just could use linear regression (xgboost) as model
- other modeling settins such as column types, scaling methods, evaluation metrics and tuning parameters are set by defaut values
- upload prediction csv file:
- just could upload atmost 10MB CSV files
-
create prediction dataset
-
wait for training model be completed
-
map training model with prediction dataset
- download predicted values
- just could add (download) predicted values as CSV file to datasources
make Graph:
make Dashboard:













