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.16.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file alchemyml-0.1.16.tar.gz
.
File metadata
- Download URL: alchemyml-0.1.16.tar.gz
- Upload date:
- Size: 5.3 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 | a1844cd931b0fd1d9fd3839d75ec0b31a2111fa9087917e784f35fa6e4d184a6 |
|
MD5 | 67f48c35fe307e84e367415c18eda83c |
|
BLAKE2b-256 | 423d46d8c4a9e52d7638b234603e09d0e7ece4a52e8abad689dfc537307bd478 |
File details
Details for the file alchemyml-0.1.16-py3-none-any.whl
.
File metadata
- Download URL: alchemyml-0.1.16-py3-none-any.whl
- Upload date:
- Size: 7.4 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 | a7df605083df9b2605e07d6f0bc821b0ca9635ccb7984a6af7916514f64c3387 |
|
MD5 | 785ccf82e8f54e030e06f95acaac9ddf |
|
BLAKE2b-256 | b7301707567d59216c733b7abcd8d69ef6c2b53d05c7bb7953a9d30cda753baa |