Skip to main content

Automatic Outliers Handler Library

Project description

ANML

Automatic Machine Learning Outliers Handler 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.2.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.2-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: anlof-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 c934b24280c583a57b2531c8718ab7009f5abfb920ddfceff1a9b78d0180431a
MD5 e1eb18bf3f5e2ee1ac2f4c812f79da6f
BLAKE2b-256 7830770273a1a3cc421efdbcbc62cbe74fdf4d6f54d754b8fab75d88fafb4ba1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anlof-0.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f99198409e7d64b483ef25fbbe59aff35e8e1cbed4c3b8308f5caac907dd7971
MD5 a925f8def7a6e2dedcf8ee628458f92c
BLAKE2b-256 2e492600fb452f9165efdbd655b57f7ea3ae19b319bc49df23f0baf5d86b2c66

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