Jason C
Jason C
It is immediately returning as you said. I added a print() to see when that is thrown, and all predictions are the same.
Not all of them, but a lot are returning as empty ``` Empty DataFrame Columns: [Rk, School, G, W, L, W.L., SRS, SOS, W.1, L.1, W.2, L.2, W.3, L.3, Tm.,...
I should add that I added some debugging lines, this is not printed from your version. I didn't want to add any confusion about why this was being printed
Mine is returning `Shape of xTrain: (126047, 17)`. I'll get back to you shortly about the dataframe rows and years
Gotcha. I was pulling from the sources listed in your ReadME. I'll try to use your data
Using your data and then running `DataPreprocessing.py` has fixed the issue for me. I don't know about the author, but the same issue was happening to me when pulling the...
Yes! I'm about to step out but will try to include some automation to correct the changes to the data
You can not fix this problem. Browsers have explicitly disabled AutoPlay, and there is no way around it. You can enable AutoPlay in your browser's settings.
I can reliably produce this on the latest version, on macOS, any DB type (I use many), windowed, with a table with 37 columns, AFTER resizing the window to a...
Example: ```sql CREATE TABLE `test_table` ( `id` int(11) NOT NULL AUTO_INCREMENT, `column_1` int(11) DEFAULT NULL, `column_2` int(11) DEFAULT NULL, `column_3` int(11) DEFAULT NULL, `column_4` varchar(255) DEFAULT NULL, `column_5` varchar(2000) DEFAULT...