ModelOriented / SAFE

Surrogate Assisted Feature Extraction
MIT License
36 stars 9 forks source link

Structure of the transformer #2

Closed pbiecek closed 5 years ago

pbiecek commented 5 years ago

How I can print out the structure of the safe_transformer in a human readable way? To know which variables were transformed and how

olagacek commented 5 years ago

In order to see applied transformation check safe_transformer summary() method. Without providing variable_name argument it will print all of the transformations, if you specify this argument it will print transformations of the variable with matching name.