Pure-Python symbolic regression that rediscovered Kepler's law from 8 data point
Summary
GP_ELITE is a pure Python symbolic regression library that discovers interpretable laws from small datasets, demonstrated by rediscovering Kepler's Third Law from 8 data points. The page outlines key features such as Levenberg–Marquardt fitting, multi-restart reliability, Pareto front outputs, extrapolation modes, and reproducibility, plus installation, usage examples, and benchmarks against other methods.