Greesb

Results 2 comments of Greesb

> Might be the same as [#5261](https://github.com/scalar/scalar/issues/5261)? Seems like it is the same problem yes.

> Still seems to be working okay for me with newer dependencies, with one exception: `scikit-learn` 1.7 removes `BaseEstimator._validate_data` in favor of [`utils.validation.validate_data`](https://scikit-learn.org/dev/modules/generated/sklearn.utils.validation.validate_data.html#sklearn.utils.validation.validate_data). To make it work: > > 1....