{ "info": { "author": "MindsDB Inc", "author_email": "jorge@mindsdb.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "\n![MindsDB](https://raw.githubusercontent.com/mindsdb/mindsdb/master/mindsdb/proxies/web/static/img/logo1gw.png \"MindsDB\")\n#\n\n[![Build Status](https://travis-ci.org/mindsdb/mindsdb.svg?branch=master)](https://travis-ci.org/mindsdb/mindsdb)\n[![PyPI version](https://badge.fury.io/py/mindsdb.svg)](https://badge.fury.io/py/mindsdb)\n\nMindsDB's goal is to make it very simple for developers to use the power of artificial neural networks in their projects. [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Machine%20Learning%20in%20one%20line%20of%20code%21&url=https://www.mindsdb.com&via=mindsdb&hashtags=ai,ml,machine_learning,neural_networks)\n\n* [Installing MindsDB](docs/Installing.md)\n* [Learning from Examples](docs/examples/basic/README.md)\n* [Frequently Asked Questions](docs/FAQ.md)\n* [Provide feedback to improve MindsDB](https://mindsdb.typeform.com/to/c3CEtj)\n\n\n## Quick Overview\n\nYou can get started in your own computer/cloud or you can also try it via your browser using [Google Colab](docs/GoogleColab.md).\n\nIt's very simple to set up \n\n```bash\n pip3 install mindsdb --user\n```\n\n[(Having issues? learn more)](docs/Installing.md)\n\nOnce you have MindsDB installed, you can use it as follows [(learn more)](docs/examples/basic/README.md):\n\n\nTo **train a model**:\n\n\n\n```python\n\nfrom mindsdb import *\n\n\n# We tell mindsDB what we want to learn and from what data\nMindsDB().learn(\n from_data=\"home_rentals.csv\", # the path to the file where we can learn from, (note: can be url)\n predict='rental_price', # the column we want to learn to predict given all the data in the file\n model_name='home_rentals' # the name of this model\n)\n\n```\n\n\nTo **use the model**:\n\n\n```python\n\nfrom mindsdb import *\n\n# use the model to make predictions\nresult = MindsDB().predict(predict='rental_price', when={'number_of_rooms': 2,'number_of_bathrooms':1, 'sqft': 1190}, model_name='home_rentals')\n\n# you can now print the results\nprint('The predicted price is ${price} with {conf} confidence'.format(price=result.predicted_values[0]['rental_price'], conf=result.predicted_values[0]['prediction_confidence']))\n\n```\n\n## Report Issues\n\nPlease help us by reporting any issues you may have while using MindsDB.\n\nhttps://github.com/mindsdb/mindsdb/issues/new/choose\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mindsdb/mindsdb_client", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mindsdb-client", "package_url": "https://pypi.org/project/mindsdb-client/", "platform": "", "project_url": "https://pypi.org/project/mindsdb-client/", "project_urls": { "Homepage": "https://github.com/mindsdb/mindsdb_client" }, "release_url": "https://pypi.org/project/mindsdb-client/0.9.0/", "requires_dist": [ "mindsdb (>=1.0.0)", "flask", "flask-restplus" ], "requires_python": "", "summary": "MindsDB server, provides server capabilities to mindsdb native python library", "version": "0.9.0" }, "last_serial": 5578702, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "bdf1c3145a401530fa74cda7ad6d6174", "sha256": "9ce4d10f05686a2cdb2268b4c1922542c298f4e4f4fb4bb539052b45b629e87e" }, "downloads": -1, "filename": "mindsdb_client-0.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bdf1c3145a401530fa74cda7ad6d6174", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3652, "upload_time": "2019-03-19T18:54:36", "url": "https://files.pythonhosted.org/packages/af/25/95f98278000c1039186b483da92f38ef89f16f4db83c828b6e9ac2944ec4/mindsdb_client-0.9.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "68208fe9915203057dd43630b9098b5f", "sha256": "63b2c130789ef2dfffdc67cb0f9f67b51c9cb393893c63f6dd3336e540cbdea8" }, "downloads": -1, "filename": "mindsdb_client-0.9.0.tar.gz", "has_sig": false, "md5_digest": "68208fe9915203057dd43630b9098b5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2359, "upload_time": "2019-03-19T18:54:38", "url": "https://files.pythonhosted.org/packages/91/24/8654459d2b66ecd0571b7aa9ec9be42381d1d525c8c03f8fa8c1344e76a5/mindsdb_client-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bdf1c3145a401530fa74cda7ad6d6174", "sha256": "9ce4d10f05686a2cdb2268b4c1922542c298f4e4f4fb4bb539052b45b629e87e" }, "downloads": -1, "filename": "mindsdb_client-0.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bdf1c3145a401530fa74cda7ad6d6174", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3652, "upload_time": "2019-03-19T18:54:36", "url": "https://files.pythonhosted.org/packages/af/25/95f98278000c1039186b483da92f38ef89f16f4db83c828b6e9ac2944ec4/mindsdb_client-0.9.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "68208fe9915203057dd43630b9098b5f", "sha256": "63b2c130789ef2dfffdc67cb0f9f67b51c9cb393893c63f6dd3336e540cbdea8" }, "downloads": -1, "filename": "mindsdb_client-0.9.0.tar.gz", "has_sig": false, "md5_digest": "68208fe9915203057dd43630b9098b5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2359, "upload_time": "2019-03-19T18:54:38", "url": "https://files.pythonhosted.org/packages/91/24/8654459d2b66ecd0571b7aa9ec9be42381d1d525c8c03f8fa8c1344e76a5/mindsdb_client-0.9.0.tar.gz" } ] }