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.2.tar.gz (4.0 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: bigbrain-0.1.2.tar.gz
  • Upload date:
  • Size: 4.0 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.3.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.7

File hashes

Hashes for bigbrain-0.1.2.tar.gz
Algorithm Hash digest
SHA256 1f0600b425ac2f97caaf4e7265a7a958f027a5ea93e006a078239e81a942b26b
MD5 9ae1108290f6b9a26d3d50b62e16b126
BLAKE2b-256 22918960966977c151d87c6d5c76c83a3a6f50699b8f5eb4a5cdabde84c38587

See more details on using hashes here.

Supported by

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