/OTUS_ADV_HW1

Homework #1 OTUS.ML.ADV

Primary LanguageJupyter Notebook

OTUS Machine Learning Advanced

Homework 1

AutoML

automl Goals:

AutoML - try out automatic feature generation/selection and modelling:

Means:

AutoML tasks will be given to ATOM and mljar-supervised respectively. All preprocessing and pipelines management will be done in ATOM.

Dataset:

Choice of models:

  • Random Forest and CatBoost classifiers will compete with AutoML solution. LogisticRegression is added as a baseline in ATOM case.

Methodology:

  • OOB models' hyperparameters will be tuned with BO primarily to get some CV statistics and to level up the competition ground.
  • Weighted F1 score will be used as the main performance metrics following suggestion of the
    competition organizers. Other metrics are collected where possible.

Colab notebooks:

ATOM autoML

Open In Colab

mljar-supervised AutoML

Open In Colab