contextual-ai

View on PyPIReverse Dependencies (0)

0.0.2 contextual_ai-0.0.2-py3-none-any.whl

Wheel Details

Project: contextual-ai
Version: 0.0.2
Filename: contextual_ai-0.0.2-py3-none-any.whl
Download: [link]
Size: 4660782
MD5: 3e5800308a4dceb0105375c280550e19
SHA256: 775e00c0fa59d7e6dff2f6a9045f05facbc6771ae0918ec2209eb8fdb661c2ec
Uploaded: 2021-01-25 04:56:57 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: contextual-ai
Version: 0.0.2
Summary: Contextual AI
Author: SAP
Home-Page: https://github.com/SAP/contextual-ai.git
Project-Url: Documentation, https://contextual-ai.readthedocs.io/en/latest/
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: Apache Software License
Platform: any
Requires-Dist: ipython
Requires-Dist: numpy (>=1.18.2)
Requires-Dist: pandas (>=0.25.1)
Requires-Dist: scikit-learn (==0.22.2)
Requires-Dist: scipy (>=1.3.1)
Requires-Dist: tqdm (>=4.44.1)
Requires-Dist: matplotlib (>=3.1.2)
Requires-Dist: seaborn (>=0.9.0)
Requires-Dist: fpdf (==1.7.2)
Requires-Dist: wordcloud (==1.5.0)
Requires-Dist: nltk (==3.4.5)
Requires-Dist: ordered-set (>=3.1.0)
Requires-Dist: lime (<=2,>=0.1.1)
Requires-Dist: dill (>=0.3.0)
Requires-Dist: shap (>=0.35.0)
Requires-Dist: yattag (==1.12.2)
Requires-Dist: pyyaml (==5.3.1)
Requires-Dist: pillow (>=7.1.0)
Requires-Dist: jsonschema (==3.0.2)
Requires-Dist: PyPDF2 (==1.26.0)
Description-Content-Type: text/markdown
[Description omitted; length: 11576 characters]

WHEEL

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

RECORD

Path Digest Size
xai/__init__.py sha256=fItoq6-MzpYk7gZUaQ_fgSrccOqTomRy-DvPkZqSGmE 54
xai/constants.py sha256=mZ4opN0rdIoFNiSOvK6Q1gxOYetUTVmOEYoScSC7idU 6912
xai/exception.py sha256=jiBwNOZCKckcDKRxJCoa7-WhHyuIxJux60uR6kBbnlc 1382
xai/util.py sha256=ffJQGmYQGgwOmYbfnLX0R7gaOHj6Altk7y5Dy1UVDIE 1278
xai/compiler/__init__.py sha256=t7i6cDFuIK7XSN-L7rJVMPpoNYt0FEbQnyaF9C70BcU 611
xai/compiler/base.py sha256=NCTySpIJwFRx6DjVhqerlc4QbNvGrxes-if0Pt4mzos 17057
xai/compiler/data.py sha256=n7u1T93Fl7D2bYw0noCsvuMTjiUCwTCPRq6UpMMOEE8 10593
xai/compiler/evaluation.py sha256=n_bCFYeS6JczjBSG7EE_yf82GzaVJbokTEYjnLNuPHc 5644
xai/compiler/explainer.py sha256=Igc7evOwwFjDSKOtzMameQ2BQbBHDuC-eN3NBfC_cF8 6681
xai/compiler/features.py sha256=lKuTrf_jTVPNjhA0wKpiKeud5bv_DNCk3h-FKBdozEU 5336
xai/compiler/model.py sha256=lSx3LGRGDQlZuM585bhDJX9GvUTY3AAwE927Wlyab5U 12124
xai/compiler/validator.py sha256=JTL_jfbY0yc-07pHuBixHh0AVMxnaTQBVkGnNkyvP4Q 21148
xai/compiler/writer.py sha256=Z360HHIQcRbDLWZzbDPi1M7VetrTghMIYpERH8XpFpU 3496
xai/data/__init__.py sha256=CR6BiZrx_FmjjBZblgBbp-xyUePTMd9z_EIq2kqyQVs 371
xai/data/abstract_stats.py sha256=jkWmh1oYp_2nCc98sKhMt__Q33Kb8RC7qZ--yC0XBNg 1027
xai/data/constants.py sha256=w2b2EgNnX7GC0PqjiOygAO182h9rq8TLgAMGi53wkH0 2262
xai/data/exceptions.py sha256=j38MoJDj3TCM2jjyy9MqTvm3WFPXrKXOcSCCg0Z7X3o 3242
xai/data/helper.py sha256=X3MZFMFZTMGTEZOfOq-XmVlNhrVH70wCfMXLXpnbvxM 11625
xai/data/explorer/__init__.py sha256=tHN6gBs15W3eDVxtyarjzUHbsMJfslj6tr375VidpNY 1053
xai/data/explorer/abstract_analyzer.py sha256=aqIh2nsyUtGFmPq8eNWBTFESsGquURrwLA8t-Xih4lU 1345
xai/data/explorer/abstract_labelled_analyzer.py sha256=UQe8e3rlPWeMDoNxonX1HikdO8gLdn4FylVkaenL2P0 1936
xai/data/explorer/data_analyzer_suite.py sha256=4GKYtNZVdbKrBnIUvKE_Jcpna37fwBNzbOEaEMSaya0 5026
xai/data/explorer/sequence_analyzer.py sha256=LUvzQCPBnNOsJ67Xzyxqk7cDh61H2mYJRnTakFw6uJc 1838
xai/data/explorer/categorical/__init__.py sha256=nesz0gz5H26uBFREpcim1lbZmjbIbg8pttkRmRZv8Mk 196
xai/data/explorer/categorical/categorical_analyzer.py sha256=zUMef8qSKcqSv1AhUp7W_pcxRLfxESjPcZepVAQSPTc 1477
xai/data/explorer/categorical/categorical_stats.py sha256=CnPde-Zff6OAHH_y5HvbiClgLbYjKu7MCo4CyAut_7A 2126
xai/data/explorer/categorical/labelled_categorical_analyzer.py sha256=PpjTlnaUB2IvX3_Kgbwq-2TKGsrmXVJ4PEAqmR8l81Q 1429
xai/data/explorer/datetime/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
xai/data/explorer/datetime/datetime_analyzer.py sha256=YpdruwqCszIZ17VneHb3W7NjrCZbf6TMOgHSgfXHjYM 3688
xai/data/explorer/datetime/datetime_stats.py sha256=bup2V8TR7MGoHuKkcNSUkIQbBNSZcUTLKvr_xPgyi_U 2957
xai/data/explorer/datetime/labelled_datetime_analyzer.py sha256=KXvObNfELVI01TelhuVnlH35bP2XAuZmqL3Az5EhC_A 1220
xai/data/explorer/numerical/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
xai/data/explorer/numerical/labelled_numerical_analyzer.py sha256=qREKK4L4eYb-9eloVdr56y0VJ05DU8n3POVyIfz5gGw 1489
xai/data/explorer/numerical/numerical_analyzer.py sha256=wI5FpDSOq4QzJsuKHJiQbJyq8pexX7Oebv1da3RjA-Y 3873
xai/data/explorer/numerical/numerical_stats.py sha256=FUK2PUQl9O9Btb8fRp7NywyOPqkpPKyHJ0lJDzdAGYY 7222
xai/data/explorer/text/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
xai/data/explorer/text/labelled_text_analyzer.py sha256=nShMKN2X7DL0fZfgGvidQo1U0RnpwV9etctZLb_n2nA 4146
xai/data/explorer/text/text_analyzer.py sha256=2S8BHWO7SOOh063uk6qFWeDNsTZu4IZkEewQvYIyTpg 8335
xai/data/explorer/text/text_stats.py sha256=Vhc-68gTEe5FsiyIKsnZd2yI-9zDApEENtEhryls1uc 6799
xai/data/tokenizers/punkt/PY3/english.pickle sha256=XK03WFljkjZOO-mAPb1-vto4S2iTe0iKATZfVVG7lCw 406697
xai/data/tokenizers/punkt/PY3/french.pickle sha256=KOOkzSlxmJs8uf00M6bxXReYHkZNsr4Dk2QxO13pTyk 553575
xai/data/tokenizers/punkt/PY3/german.pickle sha256=3cu-heIEKgGbGm43_YwVMobDi6IB-uD1v9mj90q64lw 1463575
xai/data/tokenizers/punkt/PY3/russian.pickle sha256=VJdi-BkAJNibURRy3yGjoTXu5dkjPmOsJE23N8LGHX4 33020
xai/data/tokenizers/punkt/PY3/spanish.pickle sha256=FkpQ-txaSfjsdCbq4R0xEe51K0ij7zc9R3RQERkqWYQ 562337
xai/data/validator/__init__.py sha256=LfzIyYxPbySfnQ4qAFUVssfhLA9f42TRW-wfoBOXEXs 384
xai/data/validator/abstract_validator.py sha256=qPNqWMnEgnchikOuHfC9IIV3QDCR5EV_vO82MWexIxc 781
xai/data/validator/dataframe_validator.py sha256=rYIzE2444p6GNURAm3eG3SvjQ6KMOFeOTqO71ITH-dc 5144
xai/data/validator/enum_validator.py sha256=O-_5cdE9ukyXUOhG8RqLDdQE05SKOuE2yxFjgYliLvA 1573
xai/data/validator/missing_validator.py sha256=e1EAC4EHj6mKFIiP8dYRXm-Bp427h1yrD7wsSuDQEFI 1884
xai/data/validator/validation_stats.py sha256=LzAZQxtJdfTlAwcKP7bhXNLhkIM4ABRTe6dcTpBD06A 1081
xai/explainer/__init__.py sha256=KwA1S2QTpDYdXBVJu-Ius9Ng06RsgyX4YdvbpKSJ4p4 243
xai/explainer/abstract_explainer.py sha256=duJNmTsxCgeUXRtC91CfgQho1eJIiov-feBRvhbeE30 2057
xai/explainer/config.py sha256=ZxBojwRZ-aAVqX7Gk5Svl0f2WzmFT_aBUaUvo3kRUk8 755
xai/explainer/constants.py sha256=wWPZiBRYPuJ1OBe0hznlZ0Toa1am4ezKzDpeW5uBb4w 638
xai/explainer/explainer_exceptions.py sha256=4DWtLA8fF2e8fCo48gC18hrNjM3Iq0Z9zz0vGy_b24Y 1258
xai/explainer/explainer_factory.py sha256=OhAt8GcU_x9T5tyU0auHvUF1zAZ5W94uBDq5j5RckgE 1705
xai/explainer/helper.py sha256=49fjJywqm2U0BNMr_EOThLjRPZI-X1CPCtgvWVbGMJk 1182
xai/explainer/utils.py sha256=lrukUtdp9eZkSrgrRq-fBji7IBqLPHnB5cWM0Uiwek0 4212
xai/explainer/tabular/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
xai/explainer/tabular/lime_tabular_explainer.py sha256=VEGU0PmWYI9hhU41vDFJ2-TJ1KivzibjeYAh5e-mblY 9609
xai/explainer/tabular/shap_tabular_explainer.py sha256=j9s9RgWKvJgdiMZjPGjVo-OQTfNmJ7jZsc-wdaEGG60 4935
xai/explainer/text/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
xai/explainer/text/lime_text_explainer.py sha256=1U-6JGeNm5mfggkWVIKUmrYYvEk-3aFCrem6NOYqSOA 6429
xai/formatter/__init__.py sha256=W2TS4qtayTxnW4CiXx58ZUW9c8wfKmYkGMX7OMw9j7A 584
xai/formatter/contents/__init__.py sha256=DjjBujhxwAeFvZKuV4Yf8hCvT5WwZctJBO8n3G8rZEA 1459
xai/formatter/contents/base.py sha256=XOCecY17V-MkC6JphPLRry_u3_p7VcuSIGCIw3O-EQw 5948
xai/formatter/contents/basic.py sha256=ANnokKUYm8SKVBKZXwydoWmK0fvlZ5xMeM8QYomFGxs 5326
xai/formatter/contents/data.py sha256=wKO2ZIJFfvDwCTotbbAmK3yLVD4qk51iXM_PB5eXMb0 17372
xai/formatter/contents/evaluation.py sha256=lLfZ-9pSaL7k2RErWlGx0SA5ei0RvF51RqRaW9stlcs 13174
xai/formatter/contents/feature.py sha256=36bdFxpAhcsmwIIJw9y9xUb0V_97EaQ_O-GctYBN73A 5341
xai/formatter/contents/model.py sha256=BfI0MMmzxisLG4bXpHVSpPSVUFHjqb9da-f6A0_2Qtw 5759
xai/formatter/contents/summary.py sha256=J3Th3q2wwCTO4icfukT0lTwgrRnr283I5dl7gRXbrac 6392
xai/formatter/contents/training.py sha256=oLGfmAaAYQ6a9mBhE5vrVoZIAj2aQZGVetcHK6DIyyA 7812
xai/formatter/hypertext_markup/__init__.py sha256=Qbo4WmlgaCEn5BmKDuZR9En6_O44poPB5BSkU6-wZe4 431
xai/formatter/hypertext_markup/publisher.py sha256=JBgdJczK9yTyB2o2wp0zUsn06ijaTe1qtWICGfomdJI 17716
xai/formatter/hypertext_markup/writer.py sha256=LvMITt_iHpjMGbGGYBc94GMg5wldiRxotXIFPSpF9Xs 64647
xai/formatter/portable_document/__init__.py sha256=NpmIwgTZkHV6jkVE80HG7f5QAURhwWjJnjoIIYehSBQ 430
xai/formatter/portable_document/publisher.py sha256=FIHW_ypavlTAm6xalEO7hIwvR3NAsdYd4obIs0KmnP8 27326
xai/formatter/portable_document/writer.py sha256=U1vQp-dSmv-ZF3sXJjG-9KztJQA_odI9zEk6-QiNXfg 64108
xai/formatter/portable_document/fonts/LinBiolinum_R.ttf sha256=Z7c3N-WYaJHvvGLingkTUVW3VyCRq7F4xZ-MooVTsKw 763168
xai/formatter/portable_document/fonts/LinBiolinum_RB.ttf sha256=NCFQPw24bMj5lw66q2iulnqSePJDn3pKNOd_fAxMwj8 755872
xai/formatter/portable_document/fonts/LinBiolinum_RI.ttf sha256=qCo-VbnvqC8wF9GwH5d-fHPOES4PqCZvzGWnYJllOgA 838996
xai/formatter/portable_document/fonts/LinBiolinum_aBL.ttf sha256=ROsWhnmsT8JO7pdQP8Mu9GUuHpX_LWYJYHyP8ByftBs 798160
xai/formatter/portable_document/fonts/LinLibertine_R.ttf sha256=YlI9-ZZGcPWHAkR86liRWN6df7v9_TTnAH8ZwhIL9ME 906980
xai/formatter/portable_document/fonts/LinLibertine_RB.ttf sha256=SDJXV_AnunxboPYlPNj0XucpnWD1l7JqByfqfxw4ACk 834472
xai/formatter/portable_document/fonts/LinLibertine_RBI.ttf sha256=kyVOAR4uid79UgLqHS1f15jKyMm5UFjlHt40uua4ZSo 596808
xai/formatter/portable_document/fonts/LinLibertine_RI.ttf sha256=w8gduorduIbvf7I2sGl7XCOtwEkmLfi4gIdf1jFXWDM 852768
xai/formatter/report/__init__.py sha256=2V9ZnDzBPZk0zaW8Wif8djitMxt7-449v3G2o45uYEg 326
xai/formatter/report/base.py sha256=GqFbLp23lXRa5lMfM76gW3SRBcKcoIkUjlUTX1-BJJg 2056
xai/formatter/report/section.py sha256=6Y1VCig0b9q9B1W8spzzvu7FoNvK0RlJP8VclIi8rOE 32849
xai/formatter/writer/__init__.py sha256=Kdez6EKerwFE_PhbxAa1_oqc14q9TwDdZa5zq1mXxS0 351
xai/formatter/writer/base.py sha256=ZhRe7UlEUK18rreEySOQx00a9BsR6ceCppczcpJsSoI 25206
xai/graphs/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
xai/graphs/basic_graph.py sha256=9_AUsGUtOTzhEO7Wv2-pDykdioJNKYImgxdXiuhW1O0 2543
xai/graphs/format_contants.py sha256=fw6Zcgo-7FpLYQQc0lVlu_7-yl4caTxnA1-9yuupsUM 2995
xai/graphs/generate_combo_figures.py sha256=2_5J8nZHG1_LMaK3gVzWTMAMX3qEIFB7jrzlqFdSQ_Q 4989
xai/graphs/graph_generator.py sha256=vNxwgovdmxdcvGVqf1GySEhff4L3w0b1px238tzwgTg 17667
xai/graphs/utils.py sha256=xOyyQCCN0KMmbJyRDVcfuJbN66lUIZHOd8XCzlgP8nU 1497
xai/model/__init__.py sha256=rZ489f-Cuz_rj1UIR9ruUVa8IB2JUGYFF-48ILDyqHc 195
xai/model/evaluation/__init__.py sha256=biHI-rUOlDqd45IvTnSuooVFIo9mkfM3AIK7uX9yAdU 379
xai/model/evaluation/basic_result.py sha256=4GB45kxShq7TaUg2HUijIFEVZM88umib6qrAGdUVoWk 2233
xai/model/evaluation/binary_classification_result.py sha256=1XCivLUv_YoKdRCVru3zzJr1z4BhFmvCEfdgr8kgNwI 2347
xai/model/evaluation/confusion_matrix.py sha256=YioqabCvd54dvbywTFWhV3WljiIjxg15zMp7czTNWjA 2389
xai/model/evaluation/multi_classification_result.py sha256=JfZoqv4iPzncDhfBDO0LKbLy54MPmAQy3G7DA_nkUo0 4505
xai/model/evaluation/result_compiler.py sha256=RpcUzjbG9RsO4v_eaJjXMCvWn9RuUmBoHAxY4rvkP-U 5503
xai/model/interpreter/__init__.py sha256=oqa4VBzoXMGmUImvs4jPOdROAMpygKpeO26BLPboD1I 354
xai/model/interpreter/exceptions.py sha256=DFgivY2Bhic1cU7pT0HJdW_meSXX87qykw7L-zWelI4 2557
xai/model/interpreter/explanation_aggregator.py sha256=m0R2oJsxA9fGLTaKTtYQUYs0t6DMJAps_5RGSIKQGX4 6631
xai/model/interpreter/feature_interpreter.py sha256=4bFGVCp6CvvsBPD_4NFgHqW6vr6RUjDglqhd2miDvGg 14898
xai/model/interpreter/model_interpreter.py sha256=zUjreYpvXvps8YpuAt6E5w5cMwB5yxkITa-nVr_EFys 6457
xai/plots/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
xai/plots/data_stats_notebook_plots.py sha256=vpWkdZiBqHlHL5017eUJ2HvaQ7H95d7KT4wdmWIKjZM 8722
xai/recommendations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
xai/recommendations/recommendation.py sha256=zSVovRwCfWBpDftOzBc2HPNCM76RahQi7rUuYex8ksI 5648
contextual_ai-0.0.2.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
contextual_ai-0.0.2.dist-info/METADATA sha256=LVyC4EH6npf85BnlpkQAM-NcIXMENNfVX2AfFBnMmyQ 12940
contextual_ai-0.0.2.dist-info/WHEEL sha256=S6zePDbUAjzMmpYOg2cHDxuYFWw7WiOXt6ogM6hIB5Q 92
contextual_ai-0.0.2.dist-info/top_level.txt sha256=_sVWd72J354OjQZa7mfZ09OgZDhgPryvA_FcT32w4Qk 4
contextual_ai-0.0.2.dist-info/RECORD

top_level.txt

xai