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_is 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.2.0.tar.gz
(3.4 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.2.0.tar.gz.
File metadata
- Download URL: mltools_is-0.2.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23b3ed541166b86da98139d504cc0ac7d0975a9a8032d2e4cb982c7f1ecdabcf
|
|
| MD5 |
6d29986e5dbd1f548935e21107abb6e8
|
|
| BLAKE2b-256 |
cb1c709783f75013b9569cfd18d6788eef02f33947e38761ed9053610c4c9e67
|
File details
Details for the file mltools_is-0.2.0-py3-none-any.whl.
File metadata
- Download URL: mltools_is-0.2.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 |
b368a42b77eec30c60b629ae2173f44f164b913832c6746d4d1112df08861788
|
|
| MD5 |
51fc953ba6242e4652d54bb8d39a2a10
|
|
| BLAKE2b-256 |
0cf516d68a4fc0b693005764b2e4911fef5e6b70611aa312801f8b9e106f27d1
|