AlchemyML API package
Project description
AlchemyML API Documentation
Version Date: 2020-03-17
Table of Contents
[TOC]
Prerequisites
Sys, json, OS, requests.adapters.HTTPAdapter, urllib3.util.retry.Retry, pickle
Dependencies
- Pandas: https://pandas.pydata.org/pandas-docs/stable/install.html
- How to install Pandas via conda:
conda install pandas
- How to install Pandas via conda:
Module Overview
Description
AlchemyML API
Flowchart
List of scripts and their functions
- CRUD_classes
- autentication()
- get_api_token
- dataset()
- upload
- view
- update
- delete
- statistical_descriptors
- experiment()
- create
- view
- update
- delete
- statistical_descriptors
- results
- add_to_project
- extract_from_project
- send
- project()
- create
- view
- update
- delete
- autentication()
- manual_ops
- actions()
- list_preprocessed_dataframes
- download_dataframe
- prepare_dataframe
- encode_dataframe
- drop_highly_correlated_components
- impute_inconsistencies
- drop_invalid_columns
- target_column_analysis
- balancing_dataframe
- initial_exp_info
- impute_missing_values
- merge_cols_into_dt_index
- detect_experiment_type
- build_model
- operational_info
- detect_outliers
- impute_outliers
- download_properties_df
- actions()
CRUD_classes.py - Code explanations
Intro
Prerequisites - Imports
- Python packages:
- JSON:
import json
- OS:
import os
- Sys:
import sys
- JSON:
- Functions from request_handler:
from request_handler import retry_session, general_call
class autentication
method get_api_token
Code
Description
Description
I/O
-
Parameters:
- username (str): Username
- password (str): Password
-
Returns:
- Status code (int)
- Message (str) with the result
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alchemyml-0.1.1.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file alchemyml-0.1.1.tar.gz
.
File metadata
- Download URL: alchemyml-0.1.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4304059c6d58800382cc08bcd4a5c476e7ea87217a19539998f3f25e54ddd0d |
|
MD5 | c223c263a9584332a198cef4da77c251 |
|
BLAKE2b-256 | b23f768674c2587a0f3c9886da90b6e2a5482ba9f9d7234dd22da77322d242e8 |
File details
Details for the file alchemyml-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: alchemyml-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3e44f3656e0645364314aed40119c909fc13538554b9aded38abcfaa507fb9c |
|
MD5 | a8ce194275f266b3d111ce95cb79485f |
|
BLAKE2b-256 | ed4a597412162baa361543956605b160d32d6f8bf750320d77dad0f4ba09c84a |