Skip to content

Instantly share code, notes, and snippets.

@hucodelab
Created April 30, 2022 04:07
Show Gist options
  • Select an option

  • Save hucodelab/5d1fa66e8861584a80e680c17574707d to your computer and use it in GitHub Desktop.

Select an option

Save hucodelab/5d1fa66e8861584a80e680c17574707d to your computer and use it in GitHub Desktop.
# let's see the model's parameters
clf.get_params()
{'algorithm': 'auto',
'leaf_size': 30,
'metric': 'minkowski',
'metric_params': None,
'n_jobs': None,
'n_neighbors': 5,
'p': 2,
'weights': 'uniform'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment