Metadata-Version: 2.4
Name: coreLearn
Version: 0.1.3
Summary: Basic ML algorithms library built from scratch (KNN + Linear Regression)
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.21
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: scikit-learn; extra == "dev"
Requires-Dist: jupyter; extra == "dev"
