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)
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.1-py3-none-any.whl
(4.4 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b1e34cb2b9f713283348f0c24cb5321b0fba0872ae2bab8b1e17ba92b357921
|
|
| MD5 |
8512fe851e801364f9c37b80a374497c
|
|
| BLAKE2b-256 |
67e2cb7b48c7ab72d7db2d5e4a898ae1a7bc4c99aac9139667c19e71db997c2e
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fcaf43c9f4584b751645252422a020438da2122351b74ec8ea662571c0d8046
|
|
| MD5 |
909e40cd13f42081d42bc835198eb781
|
|
| BLAKE2b-256 |
094291ab976d7f27f7de0c052eff0e80c06fa357b6bee94a0383ecd0a0c59097
|