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
Bootstrapped supervised binning builds internally a classification model to accelerate the binning process.
More specifically, only "cluster points", i.e., a subset of the input sequences, are used to train this model.
The trained model is then used to predict a "bin"-assignment for the remaining data.
Currently, all this is performed on the same input, i.e., all the data must be available during the entire computation.
However, it would be nice to simply apply the trained model on "unseen" data, i.e., data that was not provided as input (not even in the form of "non-cluster" points, e.g., border points or remaining points).
The text was updated successfully, but these errors were encountered:
Bootstrapped supervised binning builds internally a classification model to accelerate the binning process.
More specifically, only "cluster points", i.e., a subset of the input sequences, are used to train this model.
The trained model is then used to predict a "bin"-assignment for the remaining data.
Currently, all this is performed on the same input, i.e., all the data must be available during the entire computation.
However, it would be nice to simply apply the trained model on "unseen" data, i.e., data that was not provided as input (not even in the form of "non-cluster" points, e.g., border points or remaining points).
The text was updated successfully, but these errors were encountered: