jakebasilico
Results
2
comments of
jakebasilico
Also an error here when checking whether sample_weight is none: https://github.com/sdpython/mlinsights/blob/c23988e57080058686418d9e22401d39865c97ff/mlinsights/mlmodel/piecewise_tree_regression.py#L135 Because sample_weight is an numpy array, it looks like using sample_weight.any() or "if sample_weight is not None" fixes this...
Loving the package so far!