tobiaskaemmerling / project_kickstarter

MIT License
0 stars 1 forks source link

Changed test.ipynb to include code, which creates the model from scratch #17

Closed tobiaskaemmerling closed 3 months ago

tobiaskaemmerling commented 3 months ago

Changed test.ipynb. It now imports the data, transforms it, test splits it, trains a logistic regression model and uses it to predict and get the metrics values. Everything is done without using any other written functions so i could test, whether one of the steps doesn't work correctly. I couldn't find any error and it still predicts with f1 score of 0.998.