Machine learning datasets package
Project description
TNO Quantum: Datasets
TNO Quantum provides generic software components aimed at facilitating the development of quantum applications.
The tno.quantum.ml.datasets package wraps some of the functionality of the sklearn.datasets.
This package is used for testing the tno.quantum.ml classifiers and clustering algorithms in an easy, reproducible and consistent way.
Limitations in (end-)use: the content of this software package may solely be used for applications that comply with international export control laws.
Documentation
Documentation of the tno.quantum.ml.datasets package can be found here.
Install
Easily install the tno.quantum.ml.datasets package using pip:
$ python -m pip install tno.quantum.ml.datasets
If you wish to run the tests you can use:
$ python -m pip install 'tno.quantum.ml.datasets[tests]'
Usage
Here's an example of how the datasets package can be used to load an iris dataset.
from tno.quantum.ml.datasets import get_iris_dataset
X_train, y_train, X_val, y_val = get_iris_dataset()
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
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 tno_quantum_ml_datasets-2.1.1.tar.gz.
File metadata
- Download URL: tno_quantum_ml_datasets-2.1.1.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ba280fc718f95f0320216add433afa189ba0ce1aded5efb39b3356febf157ec
|
|
| MD5 |
6ac11fa09f56f3140a6bd59db6e1f589
|
|
| BLAKE2b-256 |
06175e434fe4ec26e31e1b51979c05dd0828e056f006e5d4dd8d67deb5a5ac33
|
File details
Details for the file tno_quantum_ml_datasets-2.1.1-py3-none-any.whl.
File metadata
- Download URL: tno_quantum_ml_datasets-2.1.1-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32a596cc5019e91326de880462942feaf390d87e20a22e22862a4b90bbabec38
|
|
| MD5 |
5f5f06aabf17a7ea0c11681ee3d24019
|
|
| BLAKE2b-256 |
39f0a70f7e50317ce7bc01148f3791aa8123cb8dc20ad4d68918b840d311754e
|