GithubHelp home page GithubHelp logo

Comments (2)

stefan6419846 avatar stefan6419846 commented on May 18, 2024

As some additional data point: Research showed that

[np.sum(y == class_) < n_folds for class_ in self.classes_]
is the culprit as the array filtering does not seem to work with string-based lists anymore. This seems to indicate that scikit-learn would previously do some conversions for string targets beforehand which were dropped, as git blame does not show a change for this line.

A workaround is to convert my lists to a NumPy array with numpy.asarray() beforehand, but I still think that this is some breaking change/side-effect as integer-based lists continue to work as expected.

from scikit-learn.

jeremiedbb avatar jeremiedbb commented on May 18, 2024

Thanks for the report @stefan6419846. We indeed used to convert y into a ndarray but this conversion is now delegated to the inner estimator.

This method for computing the number of occurrences for each class works if both are numpy arrays but fails when 1 is a list and elements are strings. I opened #28843 to fix it

from scikit-learn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.