Metadata-Version: 2.4
Name: smoothing_spline
Version: 0.1.1
Summary: Minimal Smoothing Spline Fitter. Provides an scikit-learn estimator
Author-email: Jonathan Taylor <jonathan.taylor.stanford@gmail.com>
License: BSD-3-Clause
Keywords: statistical learning,spline,smoothing,non-parametric
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: rpy2; extra == "dev"
Provides-Extra: doc
Requires-Dist: myst-parser; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Requires-Dist: ipython; extra == "doc"
Requires-Dist: ipykernel; extra == "doc"
Requires-Dist: pandas; extra == "doc"
Requires-Dist: matplotlib; extra == "doc"
Requires-Dist: ISLP; extra == "doc"
Requires-Dist: jupytext; extra == "doc"
Requires-Dist: rpy2; extra == "doc"
Dynamic: license-file
