-
Notifications
You must be signed in to change notification settings - Fork 18
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
PCA-Based Binning via Clustering #32
base: master
Are you sure you want to change the base?
Commits on Aug 13, 2020
-
Add a notebook outlining the pca_forest method.
- This method trains forests on the four smaller "islands" that appear in the data when reduced using PCA.
Configuration menu - View commit details
-
Copy full SHA for 1ac33a3 - Browse repository at this point
Copy the full SHA 1ac33a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40fbffa - Browse repository at this point
Copy the full SHA 40fbffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdfa4c2 - Browse repository at this point
Copy the full SHA fdfa4c2View commit details
Commits on Aug 24, 2020
-
Update pca_cluster with lr annealing.
- Various other improvements as well, like restarts and fom optimization.
Configuration menu - View commit details
-
Copy full SHA for 588f8c5 - Browse repository at this point
Copy the full SHA 588f8c5View commit details
Commits on Aug 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3068bcc - Browse repository at this point
Copy the full SHA 3068bccView commit details
Commits on Aug 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0696746 - Browse repository at this point
Copy the full SHA 0696746View commit details -
Make passing a learning rate optional.
- In the case where one is passed, it uses that. - Otherwise range tests to find a "good" one.
Configuration menu - View commit details
-
Copy full SHA for 16c2edb - Browse repository at this point
Copy the full SHA 16c2edbView commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7aa4243 - Browse repository at this point
Copy the full SHA 7aa4243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05be1e4 - Browse repository at this point
Copy the full SHA 05be1e4View commit details -
Correctly implement range test.
- Notebook is a bit messy right now because I'm working fast and late at night.
Configuration menu - View commit details
-
Copy full SHA for f43057b - Browse repository at this point
Copy the full SHA f43057bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4461da - Browse repository at this point
Copy the full SHA c4461daView commit details
Commits on Sep 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 89a386e - Browse repository at this point
Copy the full SHA 89a386eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e73e5 - Browse repository at this point
Copy the full SHA 79e73e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 703b37c - Browse repository at this point
Copy the full SHA 703b37cView commit details -
Cleanup binning_as_clustering.
- Additionally brings it in line with the new training methods.
Configuration menu - View commit details
-
Copy full SHA for 7d8772d - Browse repository at this point
Copy the full SHA 7d8772dView commit details
Commits on Sep 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 61c8028 - Browse repository at this point
Copy the full SHA 61c8028View commit details
Commits on Sep 10, 2020
-
Massively improve training performance.
- Use one-cycle policy rather than range test for training. - Do not train over beta, approximate it as n_bins. - Also speeds training to ~1/3 the time before.
Configuration menu - View commit details
-
Copy full SHA for 462716b - Browse repository at this point
Copy the full SHA 462716bView commit details
Commits on Sep 15, 2020
-
Add optional buzzard parameter
- This parameter controls whether we should use the Buzzard learning rate scheme for the FOM_DETF metric (and that metric only, as it is the only one that shows improvement in this scheme).
Configuration menu - View commit details
-
Copy full SHA for acfc3e4 - Browse repository at this point
Copy the full SHA acfc3e4View commit details -
- Also fixed a misspelling of the word "verbose".
Configuration menu - View commit details
-
Copy full SHA for e1f330c - Browse repository at this point
Copy the full SHA e1f330cView commit details