You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jakirkham I think things are (finally) ready on the Dask side to start on this blogpost.
My basic plan was
Load neurofinder into a Dask array
Use skimage to do the pre-processing (help?)
Fit an Incremental(MiniBatchDictionaryLearning) model
While doing 3, only one core on the cluster will be active. We would ideally wrap that Incremental in a GridSearchCV. However, MiniBatchDictionaryLearning doesn't have a score method. Is something like the following reasonable?
@jakirkham I think things are (finally) ready on the Dask side to start on this blogpost.
My basic plan was
Incremental(MiniBatchDictionaryLearning)
modelWhile doing 3, only one core on the cluster will be active. We would ideally wrap that
Incremental
in aGridSearchCV
. However,MiniBatchDictionaryLearning
doesn't have ascore
method. Is something like the following reasonable?The text was updated successfully, but these errors were encountered: