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.
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.