Add Pantara v7d — physics law discovery system#211
Open
Yapock22 wants to merge 2 commits into
Open
Conversation
Pantara is a matching-pursuit symbolic regression system for physical laws combining a neural oracle with analytical regression. Key properties: - Analytical power-law detection in O(N) via log-log least-squares - 8 function families × 6 transformation spaces - Pre-trained SetEncoder oracle (15k synthetic episodes) - Scikit-learn fit/predict interface; eval_kwargs disables scaling so that positive-domain log-log detection works correctly SRBench results (code frozen, no post-hoc tuning): 132/133 Feynman+Strogatz datasets evaluated R²≥0.90 on 86/132 datasets (65%) R²=1.000 on 37 datasets (pure power laws, <0.2 s each) Mean R²=0.641, median R²=0.970 Source: https://github.com/Yapock22/pantara Install: pip install git+https://github.com/Yapock22/pantara.git Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pantara is a physics law discovery system that identifies
mathematical structure from raw sensor data using statistical
signature detection, analytical power-law regression (lstsq
in log space), and a specialized trigonometric estimator.
Evaluated on 132 Feynman/Strogatz datasets from SRBench:
Best on multiplicative/power-law equations. Does not cover
Gaussian distributions, Euclidean distances, or differential
equations.
Code: github.com/Yapock22/pantara