Metadata-Version: 2.1
Name: rfit
Version: 0.4.20241015
Summary: University of Chicago Data Science Institute python class helper functions
Home-page: https://github.com/physicsland/rfitapi
Author: Edwin Lo
Author-email: elo@regression.fit
Project-URL: Bug Tracker, https://github.com/physicsland/rfitapi/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: mysql.connector

# Regression.fit api

Last updated: 2024-10-15

This package (rfit - regression.fit) is for use at The University of Chicago Data Science Institute. There are some useful and convenient functions we use in our python classes. 

One of them is dfapi, which connects to the api.regression.fit endpoint, to load dataframes used in some of our classes.

This version fix minor issue with Numpy 2.0 changes.
