Hi, I accidentally created an ML so complex that has grown to 18,000+ lines of Python(i know it’s wrong and should’ve divided the code into different files form the get go but stick with me now, i never imagine it will get so complex), focusing on an NFL prediction system (using nfl_data_py, XGBoost, Keras/TensorFlow, statsmodels, and scikit-learn).
Right now I’m struggling with a severe and persistent data handling issue, which is likely a bug causing feature misalignment, near-zero variance, or NaN/Inf propagation in the massive feature engineering pipeline (which includes rolling stats, EWMA, hierarchical adjustments, and Elo ratings).
I use mainly Antigravity and use between Claude Opus 4.5 (thinking) with Planning and sometimes Gemini 3 Pro (High) with Planning, and neither of those ai has been able to solve the problem. when i first started i used GPT-5.1-Codex-Max with Extra high reasoning, and it help at the beginning of my project, but at this point, one question consumes all my tokens.
These models are excellent at planning and agentic task execution, but the complexity of the non-linear, multi-model data transformations is causing them to fail.
I have chat GPT Plus and Google AI Pro, but which other AI would you recommend because im this close to hiring a python expert or something to help me fix it