"The K fold cross validation is chosen as it will go through all of the permuations of training and testing the data. The stratified cross validation is not used as the given dataset is not divided into categories/imbalanced. \n",
"C:\\Users\\60172\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python311\\site-packages\\sklearn\\base.py:439: UserWarning: X does not have valid feature names, but LogisticRegression was fitted with feature names\n",
The K fold cross validation is chosen as it will go through all of the permuations of training and testing the data. The stratified cross validation is not used as the given dataset is not divided into categories/imbalanced.
C:\Users\60172\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\sklearn\base.py:439: UserWarning: X does not have valid feature names, but LogisticRegression was fitted with feature names