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
MindsDB's goal is to make it very simple for developers to use the power of artificial neural networks in their projects.
Quick Overview
It's very simple to setup (learn more)
pip3 install mindsdb --user
Once you have MindsDB installed, you can use it as follows (learn more):
To train a model:
from mindsdb import MindsDB
mdb = MindsDB()
mdb.learn(
from_file='monthly_sales.csv',
predict='sales',
model_name='sales_model'
)
To use a Model:
from mindsdb import MindsDB
mdb = MindsDB()
predicted_sales = mdb.predict(predict='sales', when={'month': 'Sept'}, model_name='sales_model')
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mindsdb-0.7.7.tar.gz.
File metadata
- Download URL: mindsdb-0.7.7.tar.gz
- Upload date:
- Size: 57.8 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c630febb13e464bb99d0f903075189cb8429f9755387ed776c1d5e5b326abee4
|
|
| MD5 |
eb4c7be66e1e723603054e1d00c6a3a5
|
|
| BLAKE2b-256 |
c515f4bcc6a5bac49683c9187965a0015a97aa49b89f4e783c0157f36a861f0a
|
File details
Details for the file mindsdb-0.7.7-py3-none-any.whl.
File metadata
- Download URL: mindsdb-0.7.7-py3-none-any.whl
- Upload date:
- Size: 87.4 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14871b49333149e84d94cd604ff659e5ef97ccb85178b0713bcf069ecd5d4077
|
|
| MD5 |
a5b1d337013ec5e35eeb5ad370a8a2d1
|
|
| BLAKE2b-256 |
8020e82aaa09249c479a9a34491712a95e8c64cac636d9d8f6b14ea6908561a0
|