Metadata-Version: 2.1
Name: stepsel
Version: 0.1.0
Summary: Stepwise selection for statsmodels GLM.
License: MIT
Author: Jakub Cerny
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.9.2)
Requires-Dist: numpy (>=2.0.0)
Requires-Dist: pandas (>=2.2.2)
Requires-Dist: pyarrow (>=16.1.0)
Requires-Dist: scikit-learn (>=1.5.1)
Requires-Dist: statsmodels (>=0.14.2)
Description-Content-Type: text/markdown

# stepsel

Stepwise selection for statsmodels GLM.

## Installation

```bash
$ pip install stepsel
```

## Usage

`stepsel` was developed to allow for convenient stepwise selection modeling with `statsmodels` allowing for proper handling of categorical variables. See `docs/example.ipynb` for more.

## 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

`stepsel` was created by Jakub Cerny. It is licensed under the terms of the MIT license.

## Credits

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

