Leviafan901 / evolutiongames

Developing ML model for prediction of charges in Insurance
0 stars 0 forks source link

[FEATURE]Features improving and evaluating the model's quality #5

Open Leviafan901 opened 4 years ago

Leviafan901 commented 4 years ago

data.train_set[TARGET_PREDICTION_VALUE] = numpy.log1p(data.train_set[TARGET_PREDICTION_VALUE]) - needs for improving the normal distribution

Leviafan901 commented 4 years ago

Has added KNeighbors model, need to add Lasso and XGBoosting