Alessandro Miola
Alessandro Miola
Hi @qy-yang, @ageron, I had the same doubt expressed by @qy-yang. For me, given that the scores for this specific examples are all distinct (when I run `len(y_scores)` I get...
Hi all, I see that there is an issue with latest versions of `sklearn` (>=0.22.X) and that `scorer` has become a private API starting from version 0.22. Anyway, since here...
Hi all, I have eventually figured the issue out. The solution specified above is indeed the correct one. My feeling was that, with _non-custom_ scoring parameters, the fact that `sklearn.metrics.scorer`...
Which OS are you working on? Plus, are you using default `parallelize=True` within the call to `GridSearch()`? Parallelization issues on Windows systems still hold as far as I could understand...
Hi @sydney-runkle, folks, I am trying to add a tiny case to increase coverage, but I've stopped because I do see[^1] a huge difference in coverage of Name Stmts Miss...
> In the docstrings example in https://narwhals-dev.github.io/narwhals/api-reference/dataframe/, we always show the output for pandas and Polars > > We should instead: > > * show pandas, Polars (eager), and Pyarrow...
> > This is very much personal taste, but what would you think about rendering the different outputs via `mkdocs-material` content tabs? Something like the following > > @AlessandroMiola I...
The solution is not working at the moment (still trying to understand why...). Issues: - the comment does not get posted and the following annotations do appear (see - eg...
> Also, I'm guessing we don't need the `coverage.yml` file assuming the added step in `ci.yml` works? Hi @sydney-runkle, the two files approach should be the way to go (according...