Metadata-Version: 2.1
Name: scratchml
Version: 0.3
Summary: A python package with implementations of Machine Learning algorithms from scratch.
Home-page: https://github.com/shreeviknesh/ScratchML
Author: Shreeviknesh Sankaran
Author-email: shreeviknesh@gmail.com
License: MIT
Description: # ScratchML
        A python package with implementations of Machine Learning algorithms from scratch.
        
        ----
        
        #### Algorithms Implemented:
        
        1. *SimpleLinearRegression* (`scratchml.regression.SimpleLinearRegression`)
        2. *MultipleLinearRegression* (`scratchml.regression.MultipleLinearRegression`)
        
        ----
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
