Metadata-Version: 2.1
Name: ensemble_regressor_by_mgolec
Version: 0.1.0
Summary: A Python package for an ensemble regressor combining multiple regression models.
License: MIT
Author: mgolec
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=1.21,<2.0)
Requires-Dist: scikit-learn (>=1.0,<2.0)
Description-Content-Type: text/markdown

# ensemble_regressor_by_mgolec

A Python package for an ensemble regressor combining multiple regression models.

## Installation

```bash
$ pip install ensemble_regressor_by_mgolec
```

## Usage

To use the `ensemble_regressor_by_mgolec` package, follow the steps below:

### 1. Import the Package

TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`ensemble_regressor_by_mgolec` was created by mgolec. It is licensed under the terms of the MIT license.

## Credits

`ensemble_regressor_by_mgolec` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

