Buycycle is a python package that provides common functions for machine learning.
Functions include data read-in, feature engineering as well as a DataStorageBase ABC.
You would need Python 3.9 to use this package.
You can install Buycycle from PyPI: (not yet)
pip install buycycle
Alternatively, you can also install the development version directly from GitHub:
pip install git+https://gitlab.com/rauner/buycycle.git@main#egg=buycycle
Please replace with your actual github username.
Add some examples of how your package can be used.
# this is a placeholder for your usage example
This package is released under the MIT License.
Feel free to create a pull request.
For major changes, please open an issue first to discuss what you would like to change.
Made with love by Sebastian Rauner.