You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
objects with unuasual representaitons (e.g. pd.DataFrames) can mess up the formatting, when included as a paramter)
Some further notes:
sklearn does something very elegant and does not include parameters in the repr that are still at their default value.
Dataset already has a repr that does not include the parameters. It might be nice to include the custom user parameters in that representation as well.
The text was updated successfully, but these errors were encountered:
#13 implements a basic version of a representation.
However, it has some remaining issues:
Some further notes:
The text was updated successfully, but these errors were encountered: