{ "info": { "author": "MLSquare", "author_email": "info@mlsquare.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "========\n[ML]\u00b2 : Machine Learning for Machine Learning\n========\n\n|contributors| |activity|\n\n.. |contributors| image:: https://img.shields.io/github/contributors/mlsquare/mlsquare.svg\n :alt: contributors\n :target: https://github.com/mlsquare/mlsquare/graphs/contributors\n\n.. |activity| image:: https://img.shields.io/github/commit-activity/m/mlsquare/mlsquare.svg\n :alt: activity\n :target: https://github.com/mlsquare/mlsquare/pulse\n\n.. |last_commit| image:: https://img.shields.io/github/last-commit/mlsquare/mlsquare.svg\n :alt: last_commit\n :target: https://github.com/mlsquare/mlsquare/commits/master\n\n.. |size| image:: https://img.shields.io/github/repo-size/mlsquare/mlsquare.svg\n :alt: size\n\n\nMLSquare is an open source developer-friendly Python library, designed to make use of Deep Learning for Machine Learning developers.\n\n\n================\nGetting Started!\n================\n\nSetting up ``mlsquare`` is simple and easy\n\n 1. Create a Virtual Environment\n\n .. code-block:: bash\n\n virtualenv ~/.venv\n source ~/.venv/bin/activate\n\n 2. Install ``mlsquare`` package\n\n .. code-block:: bash\n\n pip install mlsquare\n\n 3. Import ``dope`` function from ``mlsquare`` and pass the ``sklearn`` model object\n\n .. code-block:: python\n\n >>> from mlsquare.imly import dope\n >>> from sklearn.linear_model import LinearRegression\n >>> from sklearn.preprocessing import StandardScaler\n >>> from sklearn.model_selection import train_test_split\n >>> import pandas as pd\n\n >>> model = LinearRegression()\n >>> data = pd.read_csv('./datasets/diabetes.csv', delimiter=\",\",\n header=None, index_col=False)\n >>> sc = StandardScaler()\n >>> data = sc.fit_transform(data)\n >>> data = pd.DataFrame(data)\n\n >>> X = data.iloc[:, :-1]\n >>> Y = data.iloc[:, -1]\n >>> x_train, x_test, y_train, y_test =\n train_test_split(X, Y, test_size=0.60, random_state=0)\n >>> m = dope(model)\n\n >>> # All sklearn operations can be performed on m, except that the underlying implementation uses DNN\n >>> m.fit(x_train, y_train)\n >>> m.score(x_test, y_test)\n\n================\nTutorial\n================\n\nFor a comprehensive tutorial please do checkout this `link`__\n\n__ https://github.com/mlsquare/mlsquare/blob/master/examples/imly.ipynb\n\n\n\nFor detailed documentation refer `documentation`__\n\n__ http://mlsquare.readthedocs.io\n\n\nWe would love to hear your feedback. Drop us a mail at *info*[at]*mlsquare.org*\n\n", "description_content_type": "text/x-rst; charset=UTF-8", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://mlsquare.org", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "mlsquare", "package_url": "https://pypi.org/project/mlsquare/", "platform": "any", "project_url": "https://pypi.org/project/mlsquare/", "project_urls": { "Homepage": "https://mlsquare.org" }, "release_url": "https://pypi.org/project/mlsquare/0.1.1/", "requires_dist": [ "keras", "numpy", "onnx", "onnxmltools", "pandas", "pickleshare", "scikit-learn", "scipy", "setproctitle", "Theano", "tensorflow (==1.13.1)", "ray", "pytest ; extra == 'testing'", "pytest-cov ; extra == 'testing'" ], "requires_python": ">=3.6", "summary": "Machine Learning for Machine Learning", "version": "0.1.1" }, "last_serial": 5107439, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "1856891c57555dde77f5ca7ddbf39911", "sha256": "3485ce55d7a63ea4d6808ee21d6f5fdeb635464053ffb18e96ddee9b028f0b6e" }, "downloads": -1, "filename": "mlsquare-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1856891c57555dde77f5ca7ddbf39911", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 14334, "upload_time": "2019-04-06T15:09:49", "url": "https://files.pythonhosted.org/packages/85/c0/5ebe2678e69fda45304fcd603f3e83e45c99ae5463aef7102effcebcc751/mlsquare-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "479c990ee0d229233f5a8bdaf953f3b9", "sha256": "94e1e801da01b059f23ff26ed4b1fa2753d2f34aa5a2ef24e178b9322456ec5c" }, "downloads": -1, "filename": "mlsquare-0.1.1.tar.gz", "has_sig": false, "md5_digest": "479c990ee0d229233f5a8bdaf953f3b9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1229776, "upload_time": "2019-04-06T15:09:53", "url": "https://files.pythonhosted.org/packages/b6/f1/2141ab6c99e09ee1d0922207b375c85c4b0552fa91ad860a99adea02c4bc/mlsquare-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1856891c57555dde77f5ca7ddbf39911", "sha256": "3485ce55d7a63ea4d6808ee21d6f5fdeb635464053ffb18e96ddee9b028f0b6e" }, "downloads": -1, "filename": "mlsquare-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1856891c57555dde77f5ca7ddbf39911", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 14334, "upload_time": "2019-04-06T15:09:49", "url": "https://files.pythonhosted.org/packages/85/c0/5ebe2678e69fda45304fcd603f3e83e45c99ae5463aef7102effcebcc751/mlsquare-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "479c990ee0d229233f5a8bdaf953f3b9", "sha256": "94e1e801da01b059f23ff26ed4b1fa2753d2f34aa5a2ef24e178b9322456ec5c" }, "downloads": -1, "filename": "mlsquare-0.1.1.tar.gz", "has_sig": false, "md5_digest": "479c990ee0d229233f5a8bdaf953f3b9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1229776, "upload_time": "2019-04-06T15:09:53", "url": "https://files.pythonhosted.org/packages/b6/f1/2141ab6c99e09ee1d0922207b375c85c4b0552fa91ad860a99adea02c4bc/mlsquare-0.1.1.tar.gz" } ] }