Skip to content

Instantly share code, notes, and snippets.

@Davisy
Created May 21, 2020 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Davisy/7adf700f95d93ac2a6a74d2df66a792d to your computer and use it in GitHub Desktop.
Save Davisy/7adf700f95d93ac2a6a74d2df66a792d to your computer and use it in GitHub Desktop.
#INITIAL SETTINGS
data_directory: ../data/
data_name: breast-cancer-wisconsin.data
drop_columns: ["id"]
target_name: class
test_size: 0.2
model_directory: ../models/
model_name: KNN_classifier.pkl
#kNN parameters
n_neighbors: 5
weights: uniform
algorithm: auto
leaf_size: 15
p: 2
metric: minkowski
n_jobs: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment