Skip to main content

Minimalistic Machine Learning Toolset.

Project description

RapidUseML

Minimalistic Machine Learning Toolset used for quick training and usage of various models. One click for training, one click for prediction.

Usage:

Basics:

Prepare basic necessities for usage.

import RapidUse                                            # Ensure class is imported.
ml = RapidUse.ML()                                         # Create instance of class.
from pandas import read_csv                                # Get pandas to read CSVs.

Prediction:

Predicts target value(s) based on input data provided, with automated model identification. Note: ML.prdict(...) checks the folder and all directories within the folder its located in for the relevant model.

input_dataset = read_csv("input_dataset.csv")              # Load dataset for pred.
target_column = "column_d"                                 # Prediction target.
prediction_set = ml.predict(input_dataset, target_column)  # Try to obtain ML pred.

Training:

Trains many models based on dataset, select top 3 and optimise them for better performance.

training_dataset = read_csv("training_dataset.csv")        # Load dataset for training.
input_column_names = ["column_a", "column_b", "column_c"]  # What features to predict with.
target_column = "column_d"                                 # What component you want predicted.
train_test_ratio = 0.8                                     # What data % to dedicate to training.
ml.train(training_dataset, input_column_names, target_column, train_test_ratio)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RapidUseML-1.0.1.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

RapidUseML-1.0.1-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file RapidUseML-1.0.1.tar.gz.

File metadata

  • Download URL: RapidUseML-1.0.1.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.4

File hashes

Hashes for RapidUseML-1.0.1.tar.gz
Algorithm Hash digest
SHA256 d190f00484efc0904a6532435cfe32a911639479158c76af413669b43399cb23
MD5 1159350036a78c4974fa3e4c76e29e58
BLAKE2b-256 99840405fe2985c2f9f47541cf90060718ba2e1d0a0d45970863b0f7384b6119

See more details on using hashes here.

File details

Details for the file RapidUseML-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: RapidUseML-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 9.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.4

File hashes

Hashes for RapidUseML-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e19d2dee8cbf9cdced26ba0ce9ac047f46cae2731ffc5d2bd68cfb9f9c90b0e4
MD5 100b50bacfc97a3fa259a74358d5e6fc
BLAKE2b-256 a497665fb5857cfd024342f4468853e7605d252955bb878415ab974e564604bf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page