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_is
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_is-0.1.0.tar.gz
(3.5 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_is-0.1.0.tar.gz.
File metadata
- Download URL: mltools_is-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3916fbbfb4d12ac53cdd09fcf95edf730d3399a87834caaea84f4e078998c0b3
|
|
| MD5 |
fb3d07ff1b73f3c2561b0f0c2d17ae64
|
|
| BLAKE2b-256 |
b0ff5aa713b0321dd78a720379622a5968ef1ebcfb6e3944855beb13d9d3ca76
|
File details
Details for the file mltools_is-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mltools_is-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98a76962ce3e3cb227bba6510be7dfe0fc3a6a37e9a7a4a8ed9054f1da69e7bb
|
|
| MD5 |
8ad8afdde7a4e3253a8bb5a4970e256b
|
|
| BLAKE2b-256 |
ed250ce0ab413c82798dcdd4558b3ac74628586ebafc8d55d46802b136f884dc
|