salmon: A Symbolic Linear Regression Package for Python
Alex Boyd, Dennis L. Sun

TL;DR
Salmon is a Python package that offers R-like linear modeling capabilities with an object-oriented, user-friendly interface, including automatic visualizations and intelligent model building.
Contribution
It introduces a new Python package that replicates R's linear modeling features with a focus on usability and extensibility.
Findings
Provides composable objects for linear models
Enables automatic visualizations
Supports intelligent model building
Abstract
One of the most attractive features of R is its linear modeling capabilities. We describe a Python package, salmon, that brings the best of R's linear modeling functionality to Python in a Pythonic way -- by providing composable objects for specifying and fitting linear models. This object-oriented design also enables other features that enhance ease-of-use, such as automatic visualizations and intelligent model building.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Analysis with R · Computational Physics and Python Applications · Time Series Analysis and Forecasting
