Metadata-Version: 2.1
Name: curve-fits
Version: 1.0.dev2
Summary: Curve fitting with scipy.optimize - fit computation time series
Home-page: https://bitbucket.org/coleopter/curve-fits
Author: Daniel Farré Manzorro
Author-email: d.farre.m@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: hilbert-curve
Provides-Extra: dev
Requires-Dist: ipdb ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: jupyter ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: ipynb-tests ; extra == 'test'

# Simple curve fitting with scipy.optimize

* Fit computation time series of arbitrary functions with `curve_fits.frames.TimeComplexityProfile`

Check notebooks/set-stairs-test.ipynb.


