Metadata-Version: 2.1
Name: core-of-theaisphere
Version: 0.0.4b0
Summary: Package sitting at the core of theAIsphere
Home-page: https://github.com/vicky-theaisphere/core-of-theaisphere
Author: theAIsphere (Vicky Parmar)
Author-email: vicky.parmar@theaisphere.com
License: MIT
Keywords: python,theaisphere,core
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: tqdm
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: optuna
Requires-Dist: xgboost
Requires-Dist: catboost
Requires-Dist: lightgbm
Requires-Dist: numpy
Requires-Dist: colorlog


# core-of-theaisphere
Reducing effort and time by providing most used functions as modules.


This repository is built to reduce time and effort of writing the same snippet of code for different projects.
Please open an issue for a new feature or code-snippet you wish.

-----

### Notes 
For a quick environment setup example (including installation of python packages), please read 
[here](core_of_theaisphere/utils/env_setup.md).
