Skip to main content

Automatic Outliers Handler Library

Project description

ANML

Automatic Machine Learning helper library.

Installation

pip install AnLOF

Usage

from AnLOF import AnLOF

anlof = AnLOF(
    X_train, X_val, y_train, y_val,
    features ,##features with outliers
    base_model=LinearRegression,
    metric=mean_squared_error,
    higher_is_better=False
)
best_X_train, best_X_val, best_method, performance_df = anlof.forward()


print("Best method:",best_method)
print("Best X_train :", best_X_train.head())
print("Best X_val :", best_X_val.head())    
print(performance_df)

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

anlof-0.1.1.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

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

anlof-0.1.1-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file anlof-0.1.1.tar.gz.

File metadata

  • Download URL: anlof-0.1.1.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for anlof-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1b1e34cb2b9f713283348f0c24cb5321b0fba0872ae2bab8b1e17ba92b357921
MD5 8512fe851e801364f9c37b80a374497c
BLAKE2b-256 67e2cb7b48c7ab72d7db2d5e4a898ae1a7bc4c99aac9139667c19e71db997c2e

See more details on using hashes here.

File details

Details for the file anlof-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: anlof-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for anlof-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8fcaf43c9f4584b751645252422a020438da2122351b74ec8ea662571c0d8046
MD5 909e40cd13f42081d42bc835198eb781
BLAKE2b-256 094291ab976d7f27f7de0c052eff0e80c06fa357b6bee94a0383ecd0a0c59097

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