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/issues/new/choose

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.2.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.2-py3-none-any.whl (112.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mindsdb-0.8.9.2.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.2.tar.gz
Algorithm Hash digest
SHA256 61e79bebd0343a89f590d9080e75f14a1494f4dde875d03180397a1bf8ab6eb0
MD5 1823656e2b9a4d9bf9880633ff8d969d
BLAKE2b-256 c7c74b232f513ded71903e2a9455b0337788c9c80cda5463e550cf0a9a04ef62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mindsdb-0.8.9.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dd2aee2975134070e2e9bb13a65732a53e88d6b1b79cfc8c4fff9f7317f46626
MD5 1ed16d0739d0f96bc7cbe7bc37e9a568
BLAKE2b-256 9b241446b14eb77bf5b4f5347479db4949dc63598eb16073d398c47181a7330a

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