Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Good First Issue] Add more benchmarks #82

Open
Wh1isper opened this issue Dec 20, 2023 · 0 comments
Open

[Good First Issue] Add more benchmarks #82

Wh1isper opened this issue Dec 20, 2023 · 0 comments
Labels
difficulty-medium enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Wh1isper
Copy link
Collaborator

Wh1isper commented Dec 20, 2023

🚅Description

Benchmarks aim to measure the performance of the library.

  • Performance: Processing time, Training time of model, Simpling rate...
  • Memory Consumption
  • Others, like cache hit rate...

Now we provide a simple benchmark for our CTGAN implementation against the original one. Fit them with a big ramdom dataset, and compare their memory consumptions.
https://github.com/hitsz-ids/synthetic-data-generator/tree/main/benchmarks

🏕Solution(optional)

Add benchmarks for:

  • Performance: Processing time, Training time of model, Simpling rate...

🍰Detail(optional)

🍰Example(optional)

@Wh1isper Wh1isper added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed difficulty-medium labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty-medium enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant