Utilitaires ML légers : normalisation, split, encodage
Project description
mltools
Utilitaires ML légers : normalisation, train/test split, encodage one-hot.
Installation
pip install mltools-anoir
Utilisation
import numpy as np
from mltools import normalize, train_test_split
X = np.array([[1, 2], [3, 4], [5, 6]])
X_norm = normalize(X)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mltools_anoir-0.1.1.tar.gz
(4.7 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
File details
Details for the file mltools_anoir-0.1.1.tar.gz.
File metadata
- Download URL: mltools_anoir-0.1.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c50dea0922aa6264a45ad8489c0bf8db398de960274a37107b214273e58bf0d
|
|
| MD5 |
ad3732bde3166ee4d1f7939ed4b1a642
|
|
| BLAKE2b-256 |
2f3f0a25eb31b54a25b240a60831636104876fd27ccad2c5b6ddb6d82947bc3a
|
File details
Details for the file mltools_anoir-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mltools_anoir-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd078bce2acc49414c10dae046a2c5f236e4091afdf4ba0dc83605cfd23316b7
|
|
| MD5 |
517701c519854f864aea56d72f0f0889
|
|
| BLAKE2b-256 |
1cfad3d8dc251faf91278e2bed7344506941d3b58e492472b006c4d7219af106
|