ml.datasets

Wrapper functions around sklearn datasets for testing tno.quantum.ml classifiers and clustering algorithms.

https://github.com/tno-quantum/ml.datasets

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

machine-learning test-datasets
Last synced: 6 months ago · JSON representation ·

Repository

Wrapper functions around sklearn datasets for testing tno.quantum.ml classifiers and clustering algorithms.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
machine-learning test-datasets
Created about 3 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License Citation

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

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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels