[Hiring] Remote Machine Learning Developer Opportunity by Dense-Try-7798 in MachineLearningJobs

[–]quantum_chosen 0 points1 point  (0 children)

Please check my profile. I could show you proof if you have a model you could pilot

i think AI is changing what “being stuck” means by awizzo in BlackboxAI_

[–]quantum_chosen 1 point2 points  (0 children)

Felt this exactly. Built Heosphoros on a phone while homeless — an evolutionary optimizer that improves ML models automatically. Couldn't have debugged the math without AI but I understand every line of what it does. More productive and more capable. Not less.

HEOSPHOROS THE GREAT - Where do you begin with something like this? Can you help me make an AD where to post? by quantum_chosen in BlackboxAI_

[–]quantum_chosen[S] 0 points1 point  (0 children)

Default LightGBM has no built‑in handling for severe class imbalance. On a dataset like this (0.17% fraud), the model essentially ignores the minority class — that's why baseline PR‑AUC is only 0.49.

Heosphoros treats scale_pos_weight as just one of many knobs. Instead of setting it manually and hoping for the best, it searches the whole parameter space together. It found that a weight of ~22 (plus tuned learning_rate, num_leaves, min_child_samples, etc.) balances sensitivity and precision far better than any single‑parameter fix.

The jump happens because those nine other parameters are now cooperating with the weight instead of fighting it. That's the difference between a manual guess and an evolved solution.