Skip to main content

MindsDB's goal is to make it very simple for developers to use the power of artificial neural networks in their projects.

Project description

MindsDB v.0.8.9

MindsDB's goal is to make it very simple for developers to use the power of artificial neural networks in their projects.

Quick Overview

You can get started in your own computer/cloud or you can also try it via your browser using Google Colab.

It's very simple to setup

 pip3 install mindsdb --user

(Having issues? learn more)

Once you have MindsDB installed, you can use it as follows (learn more):

To train a model:

from mindsdb import *


# We tell mindsDB what we want to learn and from what data
MindsDB().learn(
    from_data="home_rentals.csv", # the path to the file where we can learn from, (note: can be url)
    predict='rental_price', # the column we want to learn to predict given all the data in the file
    model_name='home_rentals' # the name of this model
)

To use the model:

from mindsdb import *

# use the model to make predictions
result = MindsDB().predict(predict='rental_price', when={'number_of_rooms': 2,'number_of_bathrooms':1, 'sqft': 1190}, model_name='home_rentals')

# you can now print the results
print('The predicted price is ${price} with {conf} confidence'.format(price=result.predicted_values[0]['rental_price'], conf=result.predicted_values[0]['prediction_confidence']))

Report Issues

Please help us by reporting any issues you may have while using MindsDB.

https://github.com/mindsdb/mindsdb/blob/master/.github/ISSUE_TEMPLATE/bug_report.md

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mindsdb-0.8.9.1.tar.gz (73.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mindsdb-0.8.9.1-py3-none-any.whl (112.2 kB view details)

Uploaded Python 3

File details

Details for the file mindsdb-0.8.9.1.tar.gz.

File metadata

  • Download URL: mindsdb-0.8.9.1.tar.gz
  • Upload date:
  • Size: 73.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for mindsdb-0.8.9.1.tar.gz
Algorithm Hash digest
SHA256 160e2cb1e420891aa4d13ece1a4b4f6d41ee15cfa4a75bffc685d7f3464b1610
MD5 99f342c4417b641ff9ccafed3aaeaabc
BLAKE2b-256 21852cadf78e9bd66340887bfe30c1871d2b1f81d517e6f9a101db7bd8409bd6

See more details on using hashes here.

File details

Details for the file mindsdb-0.8.9.1-py3-none-any.whl.

File metadata

  • Download URL: mindsdb-0.8.9.1-py3-none-any.whl
  • Upload date:
  • Size: 112.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for mindsdb-0.8.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 273ba1df759f005931361a010ed22c3bfa54dc50c35d2709fefee5f4459f61b0
MD5 f7b64d189c66e3d3153903145fcdcee8
BLAKE2b-256 6e8517f7d7f84c2cf7387d78fb629622bdbb24d1d4f2737f3ef5c1bd46374f3b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page