Metadata-Version: 2.1
Name: ez-ml
Version: 0.1.2
Summary: Most useful ML lib
Home-page: http://www.github.com/ghazibendahmen/ez-ml
Author: Ghazi Ben Dahmen
Author-email: ghazi.ben.dahmen3@gmail.com
License: MIT License

Copyright (c) 2019 Ghazi Ben Dahmen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description: # EZML
        
        EZ ML or Easy ML , is a ready to use collection of functions and classes frequently used in machine learning projects and kaggle competitions .
        
        ## Important Note 
        
        This project is still in beta , docstrings exist inside the lib but no official documentation has been created yet .
        
        Any contribution is welcome as long as it fits the spirit of the package.
        
        ## Getting Started
        
        To start kicking ass you just need to install the library
        
        ```
        pip install ezml
        ```
        
        ## Authors
        
        * **Ghazi Ben Dahmen** - *Initial work* - [GhaziBenDahmen](https://github.com/GhaziBenDahmen)   
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
