museotoolbox.ai.SequentialFeatureSelection.fit

SequentialFeatureSelection.fit(X, y, group=None, cv=5, standardize=True, scoring='accuracy', max_features=False, n_jobs=1, **kwargs)[source]
Parameters
  • X (np.ndarray) – shape of np.ndarray is (n_size,n_bands).

  • y (np.ndarray) – Size of X.shape[0].

  • group (None, optional) – group for cross-validation

  • standardize (optional) – Default True.

  • max_features (int or bool.) – Default False, if value int.

  • n_jobs (int.) – Number of job to compute cross-validation.