8000 GradientBoosting casts y to float64 in each tree · Issue #9098 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
8000
GradientBoosting casts y to float64 in each tree #9098
Closed
@amueller

Description

@amueller

I think currently GradientBoosting is casting y to float32 in fit in check_X_y, and then, if I understand correctly, each tree will cast y to float64.
That seems like a bunch of extra copies.
Maybe @raghavrv @jmschrei @glouppe can confirm or deny?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0