Closed ulupo closed 3 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
@wreise I'm aware of the problem with Azure pipelines for manylinux
. I feared this moment. Will fix in another PR
@wreise I've updated the quickstart notebook. Might be a good way to see what has changed until I find the time to write an extensive story.
Types of changes
Description Main differences:
color_by_columns_dropdown
has been eliminated.color_variable
has been renamed tocolor_features
(but cannot be an array).color_data
to more clearly separate the inputdata
to the Mapper pipeline from the data to be used for coloring.node_color_statistic
now is applied column by column -- previously the default was just to apply it to whatever (e.g. to a 2d array, thus computing the mean between many features).color_variable
failed if a non fitted transformer was passed. Nowcolor_features
does not.Any other comments? I sneaked in a couple of CI fixes as multiple pipelines failed. These fixes are documented in the commit messages.
Checklist
flake8
to check my Python changes.pytest
to check this on Python tests.