Skip to content

Make get_param_names a class method on single GPU estimators to match Scikit-learn closer #8511

Make get_param_names a class method on single GPU estimators to match Scikit-learn closer

Make get_param_names a class method on single GPU estimators to match Scikit-learn closer #8511

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"