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

Add basic benchmarks #21

Closed
wants to merge 1 commit into from
Closed

Add basic benchmarks #21

wants to merge 1 commit into from

Conversation

jeremykubica
Copy link
Collaborator

Closes #16

Creates benchmarks for generating the features data and running the learning loop with 4 different settings.

Copy link

github-actions bot commented Oct 3, 2024

Before [133e4bd] After [0fd988a] Ratio Benchmark (Parameter)
2.63±0.03s 2.67±0.05s 1.02 benchmarks.time_learn_loop('RandomForest', 'RandomSampling')
2.66±0.01s 2.72±0.03s 1.02 benchmarks.time_learn_loop('RandomForest', 'UncSampling')
134±1ms 133±0.6ms 1 benchmarks.time_feature_creation
168±0.5ms 168±2ms 1 benchmarks.time_learn_loop('KNN', 'RandomSampling')
172±3ms 171±1ms 0.99 benchmarks.time_learn_loop('KNN', 'UncSampling')

Click here to view all benchmarks.

@jeremykubica jeremykubica requested a review from drewoldag October 3, 2024 12:40
@jeremykubica jeremykubica deleted the benchmarks branch October 3, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create initial set of benchmark tests
1 participant