Skip to main content

Ergonomic machine learning

Project description

drawing

Libra

An ergonomic machine learning library for non-technical users. Save time. Blaze through ML.

Build Status Downloads Slack

PyPi Release Website shields.io Issues


Trending Contributors

Installation

Install latest release version:

pip install -U libra

Install directory from github:

git clone https://github.com/Palashio/libra.git
cd libra
pip install .

Alternatively you can build and use the docker image locally with:

docker build . -f docker/libra-normal/Dockerfile -t libra
docker run -v /path/to/my/data:/data -it --rm libra

Or if you have nvidia-docker installed.

docker build . -f docker/libra-gpu/Dockerfile -t libra-gpu
docker run -v /path/to/my/data:/data --gpus all -it --rm libra-gpu

Usage: the basics

The core functionality of libra works through the client object. A new client object should be created for every dataset that you want to produce results for. All information about the models that're built, the plots that are generated, and the metrics are created will be stored in the object.

You can then call different queries on that client object, and the dataset you passed to it will be used.

from libra import client

newClient = client('path/to/dataset') 
newClient.neural_network_query('please model the median number of households')

Now, calling

newClient.info()

will return a dictionary of all the information that was generated:

dict_keys(['id', 'model', 'num_classes', 'plots', 'target', 'preprocessor', 
          'interpreter', 'test_data', 'losses', 'accuracy'])

Other queries can also be called on the same object, and will be appended to the models dictionary.

newClient.svm_query('predict the proximity to the ocean')
newClient.model().keys()

dict_keys(['regression_ANN', svm'])

Tutorials


Asking for help

Welcome to the Libra community!

If you have any questions, feel free to:

  1. read the docs.
  2. Search through the issues.
  3. Ask on stackoverflow with the tag libra.
  4. Join our slack.

Demos

alt-text

Contact

Shoot me an email at ps9cmk@virginia.edu if you'd like to get in touch!

Follow me on twitter for updates and my insights about modern AI!

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

libra-1.2.5.tar.gz (75.4 kB view details)

Uploaded Source

Built Distribution

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

libra-1.2.5-py3-none-any.whl (83.6 kB view details)

Uploaded Python 3

File details

Details for the file libra-1.2.5.tar.gz.

File metadata

  • Download URL: libra-1.2.5.tar.gz
  • Upload date:
  • Size: 75.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for libra-1.2.5.tar.gz
Algorithm Hash digest
SHA256 cacd6a59dc20dd2256dbbe2d70a404d5271333fec03886e929f73b72bf780911
MD5 3a9baacd08621fc3a16b8d8b06afb1d2
BLAKE2b-256 023fe41a0163933148f45d4ab57c3c3a63f1c24d93120321b2c96ff1cb5776cd

See more details on using hashes here.

File details

Details for the file libra-1.2.5-py3-none-any.whl.

File metadata

  • Download URL: libra-1.2.5-py3-none-any.whl
  • Upload date:
  • Size: 83.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for libra-1.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d50cb9cad142d1008edbc680bf4643bc10c7deac4c40119a4f8b23149359e932
MD5 176f66e58b0f919b48936116a0a78208
BLAKE2b-256 297360b2dbde0cc0505ed1fb31fca6bc940afd819b18ca49c1fd7d999b7fd7ed

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