Marijkevandesteene / MachineLearning

repo to share progress and to manage versions of exam MachineLearning (M14)
0 stars 2 forks source link

Some reflections / to do on Final version #46

Open Marijkevandesteene opened 1 week ago

Marijkevandesteene commented 1 week ago

For Final version (commit: https://github.com/Marijkevandesteene/MachineLearning/commit/f2b9feba83d2c51d6092343e4c30191b413604a5) some final thoughts / to do:

-- Needed for explainability: Mind to use the correct target for the corresponding model

train_V2 = pd.read_csv('.\output\train_v2_prep_without_outliers.csv') score = pd.read_csv('.\output\score_prep_without_outliers.csv')

  1. [x] performance models
  2. [x] data preparation?
  3. [ ]
dluts commented 5 days ago

Data prep and performance of the models is done.

dluts commented 5 days ago

exec summary and model selection is done

dluts commented 4 days ago

I thin we will leave the scaling be for shap?