ai-se / TuneData

Transfer Learning for Parameter Tuning
0 stars 0 forks source link

EXP2: Kmeans #8

Open WeiFoo opened 8 years ago

WeiFoo commented 8 years ago

Technical Details.

screen shot 2016-05-11 at 11 37 04 am

Precision

screen shot 2016-05-11 at 11 36 45 am

number of clusters = 5

F

screen shot 2016-05-11 at 12 16 34 pm

Precision

screen shot 2016-05-11 at 12 16 48 pm

WeiFoo commented 8 years ago

Notes:

UP to now, I can't see an exciting method that can improve the performance of tuning, neither K-means nor DBSCAN.

Next, I will try WHERE.

timm commented 8 years ago

one thing you can do with where is split at median point

anything you can do is apply sdiv to split at points that reduces the variation in distances between instances.