Documentation
Version: 2.8.6
From inception to completion, Datamint is your reliable partner. It assists from the very first day when you make your data available to your team, right up to the moment you’re set to launch your model.
Datamint
Contents
Python Modules Reference
Quick Start
Install the package:
pip install datamint
Configure your API access:
datamint-config
Start using the API:
from datamint import Api
# Initialize API handler
api = Api()
all_projects = api.projects.get_all()