-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API: adopt revised design of pytools visualisations (#312)
* API: remove custom blank line at end of simulation output * API: return LearnerInspector matrix outputs as Matrix instances * API: move class LinkageTree to module pytools.data * API: annotate affinity matrices with weights and axis labels * API: feature/dependent feature --> primary feature/associated feature * VIZ: set color of axis labels to foreground color * API: order feature linkage leaves for minimal neighbour distance * API: rename Matrix.data to .values, and .weight_label to .value_label * API: set diagonals of affinity matrices to np.nan * API: return Matrix instances from feature_interaction_matrix() * REFACTOR: rename __feature_matrix_to_df to __arrays_to_matrix * REFACTOR: import scipy modules instead of individual functions * TEST: update unit tests for new Matrix class * TEST: support NAN values in print_expected_matrix() helper function * DOC: update release notes
- Loading branch information
Showing
8 changed files
with
337 additions
and
238 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
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.