Skip to content
Snippets Groups Projects
Commit 45a3beea authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Rolled back to KNN instead of radius

parent f5aab3cc
No related branches found
No related tags found
No related merge requests found
Pipeline #96820 failed
...@@ -119,6 +119,7 @@ def test_autoencoder_fitting( ...@@ -119,6 +119,7 @@ def test_autoencoder_fitting(
predictor=predictor, predictor=predictor,
variational=variational, variational=variational,
entropy_samples=10, entropy_samples=10,
entropy_knn=5,
) )
...@@ -171,6 +172,7 @@ def test_tune_search( ...@@ -171,6 +172,7 @@ def test_tune_search(
reg_cat_clusters=True, reg_cat_clusters=True,
reg_cluster_variance=True, reg_cluster_variance=True,
entropy_samples=10, entropy_samples=10,
entropy_knn=5,
logparam={"encoding": 2, "k": 15}, logparam={"encoding": 2, "k": 15},
) )
)[1:] )[1:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment