Skip to content

JADBio/JADBioPythonClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JADBio

Homepage | Python Client Docs | REST API Docs


Warning

The API URL to JADBio has changed, and requests with client versions <= 1.2.12 will fail. We recommend updating the client to a newer version. Alternatively, the URL can be set when creating a client object: JadbioClient(username, password, host='https://app.jadbio.com')

JADBio's purpose-built AutoML platform provides leading-edge AI tools and automation capabilities enabling life-science professionals to build and deploy accurate and interpretable predictive models with speed and ease, even if they have no data science expertise.

This client provides the major JADBio functionality to python users using API calls. Requests are HTTP GET and POST only. POST requests are used for any kind of resource creation, mutation, or deletion. GET requests are read-only and idempotent.

Installation

From source

Install the package locally from source:

pip install .

Note: This repository contains possibly unreleased updates, which are subject to change. To install a released version either install from a specific tag locally, or install it directly from PyPI (see below).

Documentation

Generate documentation using Sphinx:

# Install Sphinx if necessary
pip install -U Sphinx

# Generate documentation
sphinx-build -M html docs/src docs/build

To view the docs, open docs/build/html/index.html.

From PyPI

Install the package from PyPI:

pip install jadbio

From Anaconda

Install the package from Anaconda:

conda install -c jadbio jadbio

Documentation

Documentation for all releases is available here.

Examples

You can experiment with the client running the example python code in the src/examples/ folder and using the example datasets provided in the src/examples/resources folder.

Contact

Contact us at support@jadbio.com for any questions or feedback.

About

This client provides major JADBio functionality to python users using API calls. Requests are HTTP GET and POST only.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages