Metadata-Version: 2.1
Name: package-Kolekar
Version: 0.5
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Tushar_Kolekar
Author-email: tusharkolekar24@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: numpy
Requires-Dist: sklearn
Requires-Dist: pandas

# package-Kolekar
The package-Kolekar is a Python library that helps to solve the regression problem statements. 
It provides Regression and Ensemble Learning-based Models to evaluate the performance of the complete ML model life cycle.  

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package-Kolekar.

```bash
pip install package-Kolekar
```
## Main Features
Gradient Descent:
* Linear Regression
* Ridge Regression
* Lasso
* ElasticNet 

Ensemble Learning:
* Avg_Ensemble

## Documentation
The documentation for the latest release is at
- https://github.com/tusharkolekar24/package_Kolekar
- https://github.com/tusharkolekar24/Ensemble_Learning
- https://tusharkolekar24.gitbook.io/package-kolekar-1/


## Contributing
Contributions in any form are welcome, including:
- Documentation improvements
- Additional tests
- New features to existing models
- New models

## License
This package has license under- MIT Licenses [MIT](LICENCE)

