Skip to main content

A toolbox for learning anything and everything from data.

Project description

bigbrain

Python License

bigbrain is a toolbox for learning anything and everything from data.

No machine learning knowledge needed!

With this toolbox, all your data science problems can be solved with a single command. No longer will you need to know anything about machine learning in order to use its power to solve all your problems.

  • Learn the best models from your data without any background knowledge!
  • Let the AI learn the best algorithm for your data, and then use what it learned on other data!

Tech

bigbrain wraps scikit-learn to try many different models on your data and find the best performing algorithm for you.

Installation

bigbrain can be installed using pypi, either from the website, or from the command line:

$ pip install bigbrain

Example Usage

With this package, you can easily create regression or classification models for supervised learning techniques.

>>> from bigbrain import AI

####### Classification #######
>>> machine = AI(model_type='classification')
>>> machine.learn(X_train, y_train)
"My big brain has learned everything."
>>> predictions = machine.go(X_test)

####### Regression #######
>>> machine = AI(model_type='regression')
"My big brain has learned everything."
>>> predictions = machine.go(X_test)

Project details


Download files

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

Source Distribution

bigbrain-0.1.1.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

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

bigbrain-0.1.1-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file bigbrain-0.1.1.tar.gz.

File metadata

  • Download URL: bigbrain-0.1.1.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.5

File hashes

Hashes for bigbrain-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f9ff295bfc539defd0462490bc816896dd63480a43c6963f5db0280bf0b12a9f
MD5 471d113dc7ef1fb865657052d7ac69d4
BLAKE2b-256 bf7993179d3f5f32cca5a328623aa4be3c7bd10d48da2963c9e2c22bbed45499

See more details on using hashes here.

File details

Details for the file bigbrain-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: bigbrain-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.5

File hashes

Hashes for bigbrain-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3281da3c1f1f748eef395295b690cc1240381e091009dbb89b3bee06cff1be35
MD5 c921c6a4b255c8ec8e71e8d9b4beb647
BLAKE2b-256 5999f162560a8ec7b2ad77fe88fd03d7eeed8cebe00c0432ff726c161be52b7e

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