Open siebrenf opened 1 year ago
# sklearn: Prefer dual=False when n_samples > n_features.
# X is in shape (n_samples, n_features)
dual = X.shape[0] <= X.shape[1]
logger.debug(f"dual={dual}")
clf = LinearSVR(dual=dual, random_state=self.random_state)
maelstrom throws
Possible sources:
LinearSVR
. https://github.com/vanheeringen-lab/gimmemotifs/blob/ecd4806eff4567744016f96b596d72e25a006e4a/gimmemotifs/maelstrom/moap.py#L591_df_rank_aggregation
.Full log