-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds multiclasss support for plots (#89)
* Initial grouped process midpoint * New approach to multi class windowed * First sucessful run of facet grid for tuned results with multi class, break plots * ensures binary models plot,updates rds * Switches out cols and rows * Override of warning for tune results * Stashing changes * Updates test, adds qmd to ignore * Sets event_level default to auto * Moving each plot method to its own R script, renames original cal-plot, to cal-plot-utils * Second level works again * Fixes breaks for binary * Windowed plots now work * Adds model grps function * Logistic works * Passes cal-plot tests, but not all tests...yet :) * Restoring previous level to column matching * Passes all tests * Re-orgs breaks script, tries to make it easier to read and debug * Re-org windowed plot script * Styles logistic, utils and windows, re-orgs logistic * Properly fixes tune results plot grids * Removes 'binary' from cal_table functions, and from the plot impl function * Moves is_val processing up to grouping function * Increse performance of tune results for breaks and windowed, cut process time by 2/3 * Passes checks * utility for going between a quosure and a symbol * update tests * use dev branch for tune * unquote in select() * update quosure argument passing * more quosure passing --------- Co-authored-by: Max Kuhn <[email protected]>
- Loading branch information
1 parent
64d329d
commit 9c582b1
Showing
20 changed files
with
1,588 additions
and
1,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.