intuitiveml

View on PyPIReverse Dependencies (0)

0.0.1a3 intuitiveml-0.0.1a3-py2.py3-none-any.whl

Wheel Details

Project: intuitiveml
Version: 0.0.1a3
Filename: intuitiveml-0.0.1a3-py2.py3-none-any.whl
Download: [link]
Size: 46912
MD5: e0db43405d10776e3138f9a6ae24592b
SHA256: 2dfb7060ae8f8fe2b4ae6310cd1433663d42061ce0f194b4790fe7a9d05de798
Uploaded: 2019-04-04 19:46:52 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: intuitiveml
Version: 0.0.1a3
Summary: Intuitive ML
Author: Daniel Voigt Godoy
Author-Email: datagnosis[at]gmail.com
License: MIT
Keywords: machine learning,algorithms,visualization,interactive
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: System :: Distributed Computing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: plotly
Requires-Dist: ipywidgets
Requires-Dist: deepreplay
Description-Content-Type: text/markdown
[Description omitted; length: 15 characters]

WHEEL

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

RECORD

Path Digest Size
intuitiveml/Information.py sha256=KMJhs_MRfmgITSFrB5r7QyTCF4hkd9v-xrjheO6b-6w 4887
intuitiveml/__init__.py sha256=9V3Hg552YgwOurFBqvaTSiD6torvf8GKr-sL8SdkUyQ 23
intuitiveml/utils.py sha256=2mvwgAPPguTfb2BSHjwmLr9-8CWeiuexu9ta3nAsIN0 614
intuitiveml/algebra/Dimensions.py sha256=bPqAo94SYkH0WSDg3ZEn5pjNQ2MowD4TJ2BTwWv4FGY 4431
intuitiveml/algebra/LinearAlgebra.py sha256=5xVi3bOCk8vA7GZu2emowrpN6NwDs2xQrzZ9m3DpRz0 9221
intuitiveml/algebra/Norm.py sha256=xs6Vj9LoDAvrzaV6MFyZi7NqEnyH-Avquom3l6yGSEQ 2516
intuitiveml/algebra/__init__.py sha256=9V3Hg552YgwOurFBqvaTSiD6torvf8GKr-sL8SdkUyQ 23
intuitiveml/feature/PCA.py sha256=JD96FdTJ2WIex-x2EyQY38MhNCiUtGvcdlMrDE0kQN8 4928
intuitiveml/feature/Scaling.py sha256=JjcZbut4vA9VCREKdFuAHvX_Kn2inou5Z0AhebsCU3A 8236
intuitiveml/feature/__init__.py sha256=9V3Hg552YgwOurFBqvaTSiD6torvf8GKr-sL8SdkUyQ 23
intuitiveml/optimizer/GradientDescent.py sha256=TvY-iJbU4Ozkh1syUbUgdVi6ipIwry4YMVKmthe5pmU 12928
intuitiveml/optimizer/__init__.py sha256=9V3Hg552YgwOurFBqvaTSiD6torvf8GKr-sL8SdkUyQ 23
intuitiveml/supervised/__init__.py sha256=9V3Hg552YgwOurFBqvaTSiD6torvf8GKr-sL8SdkUyQ 23
intuitiveml/supervised/classification/Activations.py sha256=mjwhEXAKIyghAbTfPoilzl6YNbV7Zq9Pz6L5J_RUnuo 5365
intuitiveml/supervised/classification/DecisionTree.py sha256=cpg1CFMFG6IbDC0LLILubWuH0XhppbwS6BVUoA39s08 21359
intuitiveml/supervised/classification/KNN.py sha256=OsT9emWE9HMpVQKahPTa-ZxMuvzmp3yx8RSZPEZZ6WU 4868
intuitiveml/supervised/classification/LogisticRegression.py sha256=_SjkUruO3HZ4Tlz86_SsTbxPjeK5deRpMCZHRwX-WyY 20354
intuitiveml/supervised/classification/RandomForest.py sha256=vSBCoDellkyqk8W8F2njXgmnN8lX8x7Y-pmJlyEpWbo 2370
intuitiveml/supervised/classification/SVM.py sha256=WM-BqR7U-P8J15cXq6F_ejWxuMoyd9QFwQfojiJyqEk 12072
intuitiveml/supervised/classification/__init__.py sha256=9V3Hg552YgwOurFBqvaTSiD6torvf8GKr-sL8SdkUyQ 23
intuitiveml/supervised/regression/BiasVariance.py sha256=Coxf8ZQGepX2ltfOuvz_vaYBiCmHr79lgPSHPUrqsE8 9445
intuitiveml/supervised/regression/GradientBoostedTrees.py sha256=iOWjG2m3xAjG7nHdFJ68DOvxbGW8Qf1IkH0ed9_hyM0 2070
intuitiveml/supervised/regression/LinearRegression.py sha256=S46jDIjZzaIfEudHmNCjxSvoi-IR5qKg5pVPnUzfyBg 6606
intuitiveml/supervised/regression/RegularizedRegression.py sha256=CpqhKb5jz_T4AzOX0TrQhhSKfeujvvxzPG4ynBKCK18 9842
intuitiveml/supervised/regression/__init__.py sha256=9V3Hg552YgwOurFBqvaTSiD6torvf8GKr-sL8SdkUyQ 23
intuitiveml/unsupervised/KMeans.py sha256=RqKSup4nk4UnRuByfq-Ad087gwqWn1aI8NpuMShQr20 5594
intuitiveml/unsupervised/__init__.py sha256=9V3Hg552YgwOurFBqvaTSiD6torvf8GKr-sL8SdkUyQ 23
intuitiveml-0.0.1a3.dist-info/DESCRIPTION.rst sha256=YK2GIUdHz_u5cFal_neZ3gIMkvBSsCNjW4CC3I-on7k 15
intuitiveml-0.0.1a3.dist-info/METADATA sha256=8WiqwEdChOKJE-KTjGE62L1L6PnfYj8xmk-9rNK4_QE 986
intuitiveml-0.0.1a3.dist-info/RECORD
intuitiveml-0.0.1a3.dist-info/WHEEL sha256=kdsN-5OJAZIiHN-iO4Rhl82KyS0bDWf4uBwMbkNafr8 110
intuitiveml-0.0.1a3.dist-info/metadata.json sha256=myVQu1Zxerg99pDtItQHJfMgQCY66qbsO-GDeIvHFMA 1035
intuitiveml-0.0.1a3.dist-info/top_level.txt sha256=rtC4_hiLwNnnYN2f7V3LgT9Xt4huoJJzh2e6iJTgJR8 12

top_level.txt

intuitiveml