Metadata-Version: 2.1
Name: jadbio
Version: 1.2.8
Summary: A python wrapper for the public JADBio REST API.
Home-page: https://github.com/JADBio/JADBioPythonClient
Author: JADBio
Author-email: support@jadbio.com
License: GPL3.0
Project-URL: Homepage, https://jadbio.com
Project-URL: Documentation, https://support.jadbio.com/pythonclient/1.2.8
Project-URL: Source code, https://github.com/JADBio/JADBioPythonClient
Keywords: jadbio automl machine-learning
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.0
Description-Content-Type: text/plain
License-File: LICENSE


    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.
    
