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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
anlof-0.1.2-py3-none-any.whl
(4.4 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c934b24280c583a57b2531c8718ab7009f5abfb920ddfceff1a9b78d0180431a
|
|
| MD5 |
e1eb18bf3f5e2ee1ac2f4c812f79da6f
|
|
| BLAKE2b-256 |
7830770273a1a3cc421efdbcbc62cbe74fdf4d6f54d754b8fab75d88fafb4ba1
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f99198409e7d64b483ef25fbbe59aff35e8e1cbed4c3b8308f5caac907dd7971
|
|
| MD5 |
a925f8def7a6e2dedcf8ee628458f92c
|
|
| BLAKE2b-256 |
2e492600fb452f9165efdbd655b57f7ea3ae19b319bc49df23f0baf5d86b2c66
|