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.13.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file alchemyml-0.1.13.tar.gz
.
File metadata
- Download URL: alchemyml-0.1.13.tar.gz
- Upload date:
- Size: 4.6 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 | ac2d74a19abfee88807b6b49c4cb4003a0a6c279e6cc10a4c393fbc54d9a8246 |
|
MD5 | 04e29e1f407d8b6ed9982b26ed5d1552 |
|
BLAKE2b-256 | 15a12ff8a842609cbe63a058f96d8a722a6aca558514a1610c2b3b295e11ecfb |
File details
Details for the file alchemyml-0.1.13-py3-none-any.whl
.
File metadata
- Download URL: alchemyml-0.1.13-py3-none-any.whl
- Upload date:
- Size: 6.5 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 | 79b9173dc9bb866286c39822d856985c0faeecd2922c65ce409c4b7545dfa564 |
|
MD5 | 29dc212c33e2485a9277ffb84ffd6434 |
|
BLAKE2b-256 | 1e18b2efe646f2cca3329c80ee05b6a3ef2e2aacb3ac2b0a05456ee662a3e60f |