Skip to main content

MoBagel Decanter AI Core SDK

PyPI version MIT license GitHub Super-Linter

Decanter AI is a powerful AutoML tool which enables everyone to build ML models and make predictions without data science background. With Decanter AI Core SDK, you can integrate Decanter AI into your application more easily with Python.

It supports actions such as data uploading, model training, and prediction to run in a more efficient way and access results more easily. You can also use Decanter AI Core SDK in Jupyter Notebook for better visualization.

To know more about Decanter AI and how you can be benefited with AutoML, visit MoBagel website and contact us to try it out!

System Requirement

  • python3.7

Install

Install and update using pip:

pip install decanter-ai-core-sdk

Basic Example: Upload Data

from decanter import core

core.enable_default_logger()
client = core.CoreClient(username=???, password=???, host=???)

train_file = open(train_file_path, 'rb')
train_data = client.upload(file=train_file, name="train")

# in jupyter notebook just run the block
# no need to call context.run()
client.run()

train_data.show()
$ python -m example.file
15:50:09 [    INFO] [Context] no event loop to close
15:50:09 [    INFO] [Context] connect healthy :)
Progress UploadTask_train:  55%|█████████████████████████████████████████

Example Dataset Path

  • examples/data/ - store the general dataset
  • examples/data/ts_data - store the time series dataset

Example Code

Note: Since Jupyter already have an event loop (asyncio), SDK will just use the current event loop. See more in here. More details about asyncio in learn asyncio

import asyncio
loop = asyncio.get_running_loop()
loop.is_running()

Tutorial for Jupyter Notebook

  1. first you need to install jupyter lab: pip install jupyterlab
  2. this is required for progress bar to display correctly: pip install ipywidgets
  3. (optional, conda venv for jupyter notebook) conda install nb_conda
  4. jupyter lab

Development Guide and Flow

  • If you are curious about why Decanter AI Core SDK does certain things the way it does and not differently, visit our Development Guide

Documentation

To understand how we design Decanter AI Core SDK, doc/ contains the complete documentation, including the design system, the use of each API, and the required dependencies to install. Refer to our document page to navigate the complete information.

Contributing

For guidance on setting up a development environment and how to make a contribution to Decanter AI Core SDK, see the contributing guidelines.

Links

For more details on design, guidance on setting up a development environment, and SDK usage.

Release files for decanter-ai-core-sdk 1.1.9

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for decanter-ai-core-sdk 1.1.9
File Size Uploaded
decanter-ai-core-sdk-1.1.9.tar.gz 661.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for decanter-ai-core-sdk 1.1.9
File Interpreter ABI Platform
decanter_ai_core_sdk-1.1.9-py3-none-any.whl Python 3 none any Details

Total release size:702.8 kB

Release files / decanter-ai-core-sdk-1.1.9.tar.gz

Download URL decanter-ai-core-sdk-1.1.9.tar.gz
Size 661.8 kB
Tags Source
SHA-256 checksum
How to use checksums
7c7166cdd3cc04919113a036f69a6f96a0285e62e3dfbbf342544d04e8b026d6
BLAKE2b-256 checksum
How to use checksums
18c89c95db9448228055864c140f20fc086dba15851c04cec3ba1055d8688661
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.5.0.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.3

Release files / decanter_ai_core_sdk-1.1.9-py3-none-any.whl

Download URL decanter_ai_core_sdk-1.1.9-py3-none-any.whl
Size 41.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
fa1f75df101510816a5fff93312c8681f9c2f2594c8cc811a9aca453464458f0
BLAKE2b-256 checksum
How to use checksums
e6558d01b2ff63f84559fbcf69b0d6f8dea78388872e3bea3afdf9f5654ea471
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.5.0.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.3

Release history Release notifications | RSS feed

This release

1.1.9 This release

2 release files

1.1.8

2 release files

1.1.6

2 release files

1.1.5

2 release files

1.1.4

2 release files

1.1.3

2 release files

1.1.2

2 release files

1.1.1

2 release files

1.1.0

2 release files

1.0.9

2 release files

1.0.8

2 release files

1.0.7

2 release files

1.0.6

2 release files

1.0.5

2 release files

1.0.4

2 release files

1.0.3

2 release files

1.0.2

2 release files

1.0.1

2 release files

0.0.3

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page