-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
I think these methods could do with a review. Here are a few things that look like issues to me:
-
Some models do not implement a transform method (presumably because python scikit-learn does not) but could, no? Example: DBSCAN
-
Recall that MLJ makes a distinction between
reportandfitted_params: the latter is for the learned parameters (in this case what is needed to assign a new observation to a class), and everything else goes inreport. It seems that in the scikitlearn clustering wraps everything is just lumped intofitted_params. In particular this has led to inconsistency with the Clustering.jl models KMeans and KMedoids (which separate things correctly, as far as I can tell).
cc: @tlienart
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed