Metadata-Version: 2.1
Name: umaat
Version: 0.7
Summary:  This is a package that houses the  functions which can produce accuracy results for each algorithm in the categories of  Clustering,Regression & Classification based on passing the arguments - independent and dependent variables/features
Home-page: https://github.com/The-SocialLion/physicscalc
Author: ['Vishal Balaji Sivaraman']
Author-email: vb.sivaraman_official@yahoo.com
License: MIT
Download-URL: https://github.com/The-SocialLion/physicscalc/archive/master.zip
Description: # umaat-Ultimate Machiene-learning Algorithm Accuracy Test
          This package consists of various algorithms  which can produce accuracy results for each algorithm in the categories of  Clustering,Regression & Classification based on given the arguments - independent and dependent variables/features
        ## Development Status:
        Under Development (Early release)
        
        ### Developed by:
        
         [Vishal Balaji Sivaraman](https://github.com/TheSocialLion)
        
        ### Installation:
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install umaat
        
        ### For installation of latest package
        
        ```bash
        pip install umaat
        ```
        ### For installation of a particular version of package
        
        ```bash
        pip install umaat == version number of package
        ```
        
        ### To import umaat:
        
        ```python
        import umaat
        ```
        ### To use a particular function in umaat:
        ```python
        from umaat import model_accuracy
        ma=model_accuracy()
        ma.accuracy_test(X,y) 
        ```
        
        ## License:
        [MIT](https://choosealicense.com/licenses/mit/)
        
Keywords: Machiene,Machiene Learning,Learning,accuracy,class and object,Calculator,Test,Model,Accuracy Test,Accuracy Calculator,Ultimate
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
