Skip to main content

An ML toolkit package that provides quality-of-life features

Project description

ML QOL

ML QOL is a Python package that provides helper functions and quality-of-life features for machine learning tasks

Features

  • Automated hyperparameter mapping for different models such as CatBoost and LightGBM
  • Data handling functions for managing dates, NaN values, and more
  • Feature engineering functions such as combining features together or adding target encoded features
  • Fast and easy way to train and compare different models and their performance, e.g, feature importance, confusion matrix
  • Perform folded training and gathering averaged predictions
  • Perform weighted ensembling with different types of models

Dependencies

This package relies on the following Python libraries:

You can install them via pip:

pip install pandas numpy scikit-learn lightgbm catboost xgboost matplotlib seaborn

Installation

Using pip

pip install ml-qol

Quick Start

from ml_qol import train_model

# Train a model
model, model_info = train_model('lightgbm', 'regression', train_data=train_df, target_col='price')

# Show feature importances
model.plot_importance()

# Use for inference
predictions = model.predict(test_df)
print(predictions)

Resources

License

MIT

Author

Developed by Mashrur Sakif Souherdo - GitHub

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

ml_qol-0.1.2.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

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

ml_qol-0.1.2-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file ml_qol-0.1.2.tar.gz.

File metadata

  • Download URL: ml_qol-0.1.2.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for ml_qol-0.1.2.tar.gz
Algorithm Hash digest
SHA256 7d1fe2868628ae8f85c5711273d899d21b504aeeb94641f9941935b0ba333895
MD5 30fee20ab77a51536bc037eb108dbfd7
BLAKE2b-256 d8069530aa5e427b1447dfb105f7ae52ed7fd07536792ed748ae39c0359e6ba7

See more details on using hashes here.

File details

Details for the file ml_qol-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: ml_qol-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for ml_qol-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cfb82663822aee8057cb55c75f3ed21f19139cfe0846f2fb28b8c106b6b2c8b7
MD5 3e765af6c259a29af9b52bc04317eccd
BLAKE2b-256 8dbe367be063bdfc389ce064c11b09659a655265c0661f797e52c77070d16c4b

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