Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 535 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 535 Bytes

Python ML Experiments Suite

Automated Machine Learning Experiments.

How to use

Your datafile must be in the data/ folder and in the .csv format. The first column must contain an id which describes the sample. All the labels must be in the last column and must be identified by the class keyword.

Classifcation and regression tasks [id | features | class]

TO DO

  • Balancing
  • Feature Selection
  • Tuning
  • Hyperparameter Selection
  • Standardize outputfiles
  • Multilabel classification