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

Avoid unneeded total_entropy calculation when sparsity=0 #2190

Merged
merged 1 commit into from
Jun 23, 2022

Conversation

amholler
Copy link
Collaborator

As titled. A number of AutoML tabular datasets best configurations use sparsity=0,
and the total_entropy calculation can show up in py-spy when entmax_mode overhead is reduced.

Tested on ieee_fraud via experiments repo.

@github-actions
Copy link

Unit Test Results

       6 files  ±0         6 suites  ±0   2h 6m 25s ⏱️ - 9m 42s
2 839 tests ±0  2 805 ✔️ ±0    34 💤 ±0  0 ±0 
8 517 runs  ±0  8 411 ✔️ ±0  106 💤 ±0  0 ±0 

Results for commit 5e8bd3c. ± Comparison against base commit cf9060e.

@justinxzhao justinxzhao merged commit 1cfdbf8 into ludwig-ai:master Jun 23, 2022
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.

None yet

3 participants