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-votrenom
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_nn-0.1.0.tar.gz
(4.3 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_nn-0.1.0.tar.gz.
File metadata
- Download URL: mltools_nn-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
781b08f3e407a9e3f58d4ebf98f3ce8df3da3aa2e844fb498c9553d5e93ddd9b
|
|
| MD5 |
5cee544bcf4d5658c0802bb753c71bb2
|
|
| BLAKE2b-256 |
d6f6f9d952cda7cad1fdae9d1fc1f25ed29fd946af92c3de854ae5a7141b5bfa
|
File details
Details for the file mltools_nn-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mltools_nn-0.1.0-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.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95757bed6b6cae7d9b1ad8ee5117fd736280692b1f7241493262196574551708
|
|
| MD5 |
c16439e952f63e535e4574a4f57e351f
|
|
| BLAKE2b-256 |
4d33a637e3916c198d33c25285107566ac4c34870a9824d1c9d056cc1f138619
|