Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 543 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 543 Bytes

Machine-Learning-Assignment-II

All about supervised learning(Classification)

Content

  1. All codes used are in "ML__hw4.ipynb"

    • Naïve Bayer classifier

    • Random Forest Classifier

    • Random Forest Classifier (scikit-learning)

    • XGBoost

    • Catboost

    • LightGBM

    • Cross-Validation

  2. Given datasets : train.csv"

  3. If you want to load the dataset from your file, click in "ML__hw4.ipynb" and find the headline "Import data".

    Then modify : data="/content/drive/MyDrive/ML_hw4/train.csv"