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

Creating an example feature extractor for use in documentation to sho… #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

drewoldag
Copy link
Collaborator

Created an example feature extractor for use in documentation to show people who to develop external FE libraries.

The goal was to implement as little as possible but still portray the methods, class methods, and attributes that need to be implemented.

…w people who to develop external FE libraries.
@drewoldag drewoldag self-assigned this Dec 11, 2024
Copy link

Before [cd86501] After [eb0225e] Ratio Benchmark (Parameter)
3.00±0s 3.07±0.02s 1.02 benchmarks.time_learn_loop('RandomForest', 'UncSampling')
195M 197M 1.01 benchmarks.peakmem_learn_loop('KNN')
3.02±0.01s 3.05±0.01s 1.01 benchmarks.time_learn_loop('RandomForest', 'RandomSampling')
194M 194M 1 benchmarks.peakmem_learn_loop('RandomForest')
164±3ms 163±0.8ms 1 benchmarks.time_learn_loop('KNN', 'UncSampling')
160±1ms 158±2ms 0.99 benchmarks.time_learn_loop('KNN', 'RandomSampling')
137±0.9ms 134±1ms 0.98 benchmarks.time_feature_creation

Click here to view all benchmarks.

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.

1 participant