ml.datasets
Wrapper functions around sklearn datasets for testing tno.quantum.ml classifiers and clustering algorithms.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.1%) to scientific vocabulary
Keywords
Repository
Wrapper functions around sklearn datasets for testing tno.quantum.ml classifiers and clustering algorithms.
Basic Info
- Host: GitHub
- Owner: TNO-Quantum
- License: apache-2.0
- Language: Python
- Default Branch: main
- Homepage: https://tno-quantum.github.io/documentation
- Size: 2.76 MB
Statistics
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
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:
console
$ python -m pip install tno.quantum.ml.datasets
If you wish to run the tests you can use:
console
$ 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.
python
from tno.quantum.ml.datasets import get_iris_dataset
X_train, y_train, X_val, y_val = get_iris_dataset()
Owner
- Name: TNO - Quantum
- Login: TNO-Quantum
- Kind: organization
- Email: tnoquantum@tno.nl
- Location: Netherlands
- Twitter: TNO_Research
- Repositories: 2
- Profile: https://github.com/TNO-Quantum
Citation (CITATION.cff)
cff-version: 1.2.0
license: Apache-2.0
message: If you use this software, please cite it using these metadata.
authors:
- name: TNO Quantum
city: The Hague
country: NL
email: quantumcodelab@tno.nl
website: https://tno.nl
type: software
url: https://tno.nl
contact:
- name: TNO Quantum
city: The Hague
country: NL
email: quantumcodelab@tno.nl
website: https://tno.nl
repository-code: https://github.com/TNO-Quantum/ml.datasets
repository-artifact: https://pypi.org/project/tno.quantum.ml.datasets
title: TNO Quantum - Machine Learning - Datasets
version: v2.0.1
date-released: 2023-02-08
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0