{ "info": { "author": "Nikita Konodyuk", "author_email": "konodyuk@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "\n\n[](https://pypi.org/project/kts/)\n[](https://docs.kts.ai/)\n[](https://github.com/konodyuk/kts/actions/)\n[](https://codecov.io/gh/konodyuk/kts)\n[](https://www.codefactor.io/repository/github/konodyuk/kts)\n\n**An interactive environment for modular feature engineering, experiment tracking, feature selection and stacking.**\n\nInstall KTS with `pip install kts`. Compatible with Python 3.6+.\n\n## Modular Feature Engineering\n
\n
\n
\n
\n
\n Define features as independent blocks to organize your projects.\n
\n
\n
\n
\n
\n
\n Track source code of every feature and experiment to make each of them reproducible.\n
\n
\n
\n
\n
\n
\n Compute independent features in parallel. Cache them to avoid repeated computations.\n
\n
\n
\n
\n
\n
\n Track your progress with local leaderboards.\n
\n
\n
\n
\n
\n Compute feature importances and select features from any experiment
with experiment.feature_importances() and experiment.select().\n
\n
\n
\n
\n
\n
\n Monitor the progress of everything going on in KTS with our interactive reports.
From model fitting to computing feature importances.\n
\n