cinnamon

View on PyPIReverse Dependencies (0)

0.2.1 cinnamon-0.2.1-py3-none-any.whl

Wheel Details

Project: cinnamon
Version: 0.2.1
Filename: cinnamon-0.2.1-py3-none-any.whl
Download: [link]
Size: 85762
MD5: 7a029f2d6b03adef587242277e8e5385
SHA256: 270a06ed40f02b63b44aad9f0115afdcb2e7c3475be85cbe0fadfb82f7e1e7ed
Uploaded: 2022-12-06 22:22:02 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: cinnamon
Version: 0.2.1
Summary: A monitoring tool for machine learning systems that focus on data drift
Author: Yohann Le Faou
Author-Email: lefaou.yohann[at]gmail.com
Home-Page: https://github.com/zelros/cinnamon
Project-Url: Source Code, https://github.com/zelros/cinnamon
Project-Url: Bug Tracker, https://github.com/zelros/cinnamon/issues
License: MIT
Keywords: data drift,covariate shift,concept drift,monitoring,adversarial learning,machine learning
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: pandas (>=1.0)
Requires-Dist: scikit-learn (>=1.0)
Requires-Dist: xgboost (>=1.4)
Requires-Dist: catboost (>=1.0)
Requires-Dist: matplotlib (>=3.4.3); extra == "graphs"
Requires-Dist: treelib (>=1.6.1); extra == "graphs"
Provides-Extra: graphs
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
[Description omitted; length: 5913 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
cinnamon/__init__.py sha256=0pBikEWqkJtRRtjWBLDUK8yHvDj9LOe4-I6cPXIOYh8 251
cinnamon/common/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cinnamon/common/constants.py sha256=hstFymJL53184WheHIO-QwWTZ2wwiYMSlovUI5b2gto 288
cinnamon/common/dev_utils.py sha256=ui1vYL7XC2PgopUetXB-XnAjBR38Q5fI4EojU3y26XY 2331
cinnamon/common/logging.py sha256=3ju5UTy-E-vfWZ2lK9Ij7B8IpDZj4CJ0Sjblf3St4lo 170
cinnamon/common/math_utils.py sha256=AXHxniUmvTpaqK5Mg9mLvvQhdesU__LlGJ72F4ASX20 2250
cinnamon/common/stat_utils.py sha256=SUVlb5tmGJ4j8aQISIgAQS0RrfmLKH5rrMicAvtuepo 11863
cinnamon/drift/__init__.py sha256=xot9idgcSLN_HAXnwQcw6kJ-bNV7Xvh2FkOi952Gdv8 177
cinnamon/drift/abstract_drift_explainer.py sha256=6eg8I3ylXq9U5qKWcQLwqkdxZvD_pUO-a6VS0VGvewE 6981
cinnamon/drift/adversarial_drift_explainer.py sha256=PHxTQQwIbGyLfWuK5fFu61AJxuZigr_BYRwviitfVu0 12056
cinnamon/drift/drift_utils.py sha256=DAnpNPJFU6hlRJN7TsOKjiHHaVdltyEmxA5IH_YWOcQ 10851
cinnamon/drift/model_drift_explainer.py sha256=mzSq1v43KBJ_Y33g00XPc29mlNlivN_ij_HDL0eaLx0 22772
cinnamon/drift/output_drift_detector.py sha256=d0g6tNfN1tw0TbOmeYroA74TafkqPkMyVi-eSEuQo-8 18977
cinnamon/drift/tree_ensemble_drift_explainer.py sha256=cYXUFiu409xn9e2GFhMnZAtI7Bc1500CLKd2c9V12qI 121
cinnamon/drift/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cinnamon/drift/tests/test_LinearRegression_ModelDriftExplainer.py sha256=NVAZ_YMKgYdIZQMDmCJhsfRnxHRk1PkCOZChfSQwBF8 11911
cinnamon/drift/tests/test_LogisticRegression_ModelDriftExplainer.py sha256=jpYQNxXSgy6TURLO2ogOhBehIPHixAOof46UppZaeNQ 13893
cinnamon/drift/tests/test_adversarial_drift_explainer.py sha256=FQ7zwIhAp92lEyZVUbvbDZSZgnbjDtudxhL62fGLoTE 7846
cinnamon/drift/tests/test_catboost_model_drift_explainer.py sha256=TfLZUY-6ClT7OanzBv77eVcGoUABqdGXD7gTOA34YzE 58327
cinnamon/drift/tests/test_output_drift_detector.py sha256=9Jwu_gmgH8ov24GU9KMevhLx0pcuqBgA3panpCOdUUM 17205
cinnamon/drift/tests/test_xgboost_model_drift_explainer.py sha256=HWt1osasJFMprT46UW2Jjomx2tajfpfS8fT6my1_nPs 73047
cinnamon/model_parser/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cinnamon/model_parser/abstract_model_parser.py sha256=4ef_w3TesKx4ttxdH8evQu0RXMm9nIvFF-5AD6sZ2XM 2373
cinnamon/model_parser/abstract_tree_ensemble_parser.py sha256=zHMLybw8uE3s8sRxSj_KkAuD56447E8gZ2jQF76QFlk 8751
cinnamon/model_parser/catboost_parser.py sha256=3VKlLin_3N6Fm8u3NRGrogDzhQl-7oJdGVJHr_ZeRiM 14123
cinnamon/model_parser/model_agnostic_model_parser.py sha256=BKmDh6unRnmYZHrtZ5n4QaVwBg6cVC06x4nrCt149Cw 1600
cinnamon/model_parser/single_tree.py sha256=1giGbsXod1bkXefD_BAfDvqFegHWkoy2sWcHlXJgXeQ 6816
cinnamon/model_parser/xgboost_parser.py sha256=rzaVuTz5MYPnX3jYkkXxijpAZysmrlV6cmblHdK8XF0 15293
cinnamon/plot/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cinnamon/plot/drift/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cinnamon/plot/drift/plot_drift.py sha256=k0XTXa_QuAGM39iOrFMRRCsvYd2_SM0lPXv2up4BViw 7690
cinnamon/plot/drift/plot_drift_importance.py sha256=0cVeyDC_r0CqsVs963o_RAOKaZ9T0Yie2mIlRoGtqhk 5302
cinnamon/plot/drift/plot_tree_drift.py sha256=knJf8cyCGtvW3eab0BYyJHxwQDIDkCuEHlh5UAKJ8r8 3007
cinnamon/plot/drift/plot_utils.py sha256=gK_3ltXVns6FrnRcjgRGbYUMaPGcCSjyOt1a1bUL4VE 1777
cinnamon/report/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cinnamon/report/drift_report_generator.py sha256=Fg7PIPDZZgk9jdxsDYkokPNynSnSfvObkdvcV8OEbCM 1233
cinnamon/report/i_report_generator.py sha256=3fqXMTrQMdKzqrsYDu9AR-z9QdIMg6Eoen8IqfIbMBU 32
cinnamon-0.2.1.dist-info/LICENSE.txt sha256=oZtgyBh4irbySMIsm4ysgFYd7ZKNrZu7PYv74Iz3BcE 1072
cinnamon-0.2.1.dist-info/METADATA sha256=yWX7_clDhPhoR6Bax3DA8sPqnDTU-jAQXHiVp76MJhQ 7085
cinnamon-0.2.1.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
cinnamon-0.2.1.dist-info/top_level.txt sha256=uyO7e0B3PvV2J7uDHWlJBYYSzKNqXknnyvyg6K1IdQc 9
cinnamon-0.2.1.dist-info/RECORD

top_level.txt

cinnamon