You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QXMT provides an environment where users can easily test various datasets through the configuration settings. One of these options is a dataset generated from dummy data of an arbitrary sample size, located at qxmt/datasets/dummy. Currently, only linearly separable dummy datasets are available, but other types of dummy datasets have been proposed.
Therefore, in this issue, I would like you to create a function that generates additional dummy datasets. The function should be callable via the configuration (e.g., configs/template-generate.yaml).
Implementing Process
Implement the generate function for the new dummy dataset in qxmt/datasets/dummy/xxxx.py.
Add test code in tests/datasets/dummy/test_xxx.py.
Check functionality by updating the config file and executing the run() method of QXMT
The text was updated successfully, but these errors were encountered:
Task Overview
QXMT provides an environment where users can easily test various datasets through the configuration settings. One of these options is a dataset generated from dummy data of an arbitrary sample size, located at
qxmt/datasets/dummy
. Currently, only linearly separable dummy datasets are available, but other types of dummy datasets have been proposed.Therefore, in this issue, I would like you to create a function that generates additional dummy datasets. The function should be callable via the configuration (e.g., configs/template-generate.yaml).
Implementing Process
qxmt/datasets/dummy/xxxx.py
.tests/datasets/dummy/test_xxx.py
.run()
method of QXMTThe text was updated successfully, but these errors were encountered: