Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more input types for categorical data. #7220

Merged
merged 6 commits into from Sep 16, 2021

Commits on Sep 15, 2021

  1. Support more input types for categorical data.

    * Shorten the type name from "categorical" to "c".
    * Tests for np/cp array and scipy csr/csc/coo.
    * Specify the type for feature info.
    trivialfis committed Sep 15, 2021
    Copy the full SHA
    2575ef3 View commit details
    Browse the repository at this point in the history
  2. Pylint.

    trivialfis committed Sep 15, 2021
    Copy the full SHA
    74f2c27 View commit details
    Browse the repository at this point in the history
  3. Fix histogram.

    trivialfis committed Sep 15, 2021
    Copy the full SHA
    690c221 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9981295 View commit details
    Browse the repository at this point in the history
  5. Remove string.

    trivialfis committed Sep 15, 2021
    Copy the full SHA
    f72b5e2 View commit details
    Browse the repository at this point in the history
  6. Small fixes for doc.

    trivialfis committed Sep 15, 2021
    Copy the full SHA
    681f234 View commit details
    Browse the repository at this point in the history