Metadata-Version: 2.1
Name: koleksyon
Version: 0.0.6
Summary: A collection of statistical functions and data manipulation functions and methods for use in data science projects
Home-page: https://github.com/drachimera/koleksyon
Author: Daniel J. Quest Ph.D.
Author-email: Quest.Daniel@mayo.edu
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/drachimera/koleksyon
Project-URL: Source, https://github.com/drachimera/koleksyon
Keywords: sample,setuptools,development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
Requires-Dist: peppercorn
Requires-Dist: statistics
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: sklearn
Requires-Dist: matplotlib
Requires-Dist: cython
Requires-Dist: category-encoders
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

A collection of statistical functions and data manipulation functions and methods for use in data science projects.  This project is built from real industry problems in the field of healthcare (not toy examples).  It contains some of the tricks used to build models across orginizations when the models have an operations bent to them.  Github repo is here: https://github.com/drachimera/koleksyon


