-
My current use case is to cluster a bunch of data to generate labels, then use a classifier to draw decision boundaries and make label predictions on new data.
I love using pipeline and gridsearch pa…
-
If I create a "hierarchical pipeline" ( a pipeline where one step is another pipeline), then the Pipeline will raise an AttributeError on .fit() because it reads the imblearn.pipeline.Pipeline object …
-
Currently, the development of machine learning tools are in several different packages without little coordination. Consequently, some efforts are repetitive, while some important aspects remain lacki…
-
The sequence classification network factory assumes the classifier region has inputs/outputs for `predictedActiveCells`, which is not always true -- e.g. KNNClassifier. This is a problem [here](https:…