Metadata-Version: 2.4
Name: finml-utils
Version: 5.0.1
Project-URL: Issues, https://github.com/dream-faster/finml-utils/issues
Project-URL: Source, https://github.com/dream-faster/finml-utils
Author-email: Mark Aron Szulyovszky <mark@dreamfaster.ai>, Daniel Szemerey <daniel@dreamfaster.ai>
License-Expression: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.11
Requires-Dist: iteration-utilities==0.13.0
Requires-Dist: numpy==2.3.5
Requires-Dist: pandas==2.3.3
Requires-Dist: pathos==0.3.4
Requires-Dist: python-dotenv==1.2.1
Requires-Dist: tqdm==4.67.1
Provides-Extra: modeling
Requires-Dist: scikit-learn==1.6.1; extra == 'modeling'
Requires-Dist: scipy==1.15.3; extra == 'modeling'
Provides-Extra: plotting
Requires-Dist: matplotlib==3.9.2; extra == 'plotting'
Requires-Dist: seaborn==0.13.2; extra == 'plotting'
Requires-Dist: tabulate==0.9.0; extra == 'plotting'
Provides-Extra: quality
Requires-Dist: pre-commit~=2.20.0; extra == 'quality'
Requires-Dist: ruff==0.14.1; extra == 'quality'
Provides-Extra: tests
Requires-Dist: hypothesis~=6.112.4; extra == 'tests'
Requires-Dist: pytest-cov>=4.0; extra == 'tests'
Requires-Dist: pytest~=7.1.2; extra == 'tests'
Description-Content-Type: text/markdown

Utility functions of all of our Financial Machine Learning projects

