Metadata-Version: 2.4
Name: fluffyrocket
Version: 0.1.0
Summary: PyTorch implementation of MiniRocket with soft PPV
Author-email: Jisoo Song <jeesoo9595@snu.ac.kr>
License-Expression: GPL-3.0
Project-URL: homepage, https://pypi.python.org/pypi/fluffyrocket/
Project-URL: source, https://github.com/JSS95/fluffyrocket
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numba
Requires-Dist: torch
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: aeon; extra == "test"
Requires-Dist: scikit-learn; extra == "test"
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: fluffyrocket[test]; extra == "dev"
Dynamic: license-file

# FluffyRocket - Soft and Mini Rocket

Neural-network based MiniRocket with soft PPV.

## Related projects

- [Rocket](https://github.com/angus924/rocket) : Previous version of MiniRocket.
- [MiniRocket](https://github.com/angus924/minirocket) : Original MiniRocket, developed by the author of Rocket with intention to replace it.
- [sktime](https://github.com/sktime/sktime), [aeon](https://github.com/aeon-toolkit/aeon): Scikit-Learn compatible toolkits which support MiniRocket.
- [TorchRocket](https://github.com/alexander-milne/gpu_rocket) : Neural-network based Rocket with soft PPV.
- [tsai](https://github.com/timeseriesAI/tsai) : Provides neural-network based MiniRocket, but without soft PPV.
