Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 288 for musk (0.09 sec)

  1. sklearn.feature_selection.SelectKBest — scikit-...

    get_feature_names_out ([input_features]) Mask feature names according to selected...get_support ([indices]) Get a mask, or integer index, of the features...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
    Mon May 06 15:51:01 UTC 2024
      50.1K bytes
      Cache
     
  2. sklearn.feature_selection.GenericUnivariateSele...

    get_feature_names_out ([input_features]) Mask feature names according to selected...get_support ([indices]) Get a mask, or integer index, of the features...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html
    Mon May 06 15:51:00 UTC 2024
      47.6K bytes
      Cache
     
  3. 6.4. Imputation of missing values — scikit-lear...

    >>> mask_all = indicator . fit_transform ( X ) >>> mask_all array([[...Missing values encoded by 0 must be used with dense input. The...
    scikit-learn.org/stable/modules/impute.html
    Mon May 06 15:50:58 UTC 2024
      65.5K bytes
      Cache
     
  4. sklearn.feature_selection.RFECV — scikit-learn ...

    ) The mask of selected features. See also...get_feature_names_out ([input_features]) Mask feature names according to selected...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Mon May 06 15:50:58 UTC 2024
      73.9K bytes
      Cache
     
  5. sklearn.inspection.partial_dependence — scikit-...

    boolean array-like: boolean mask of shape (n_features,) indicating...extreme values for the grid. Must be in [0, 1]. grid_resolution...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Mon May 06 15:51:01 UTC 2024
      37.9K bytes
      Cache
     
  6. sklearn.ensemble.GradientBoostingClassifier — s...

    values must be in the range [2, inf) . If float, values must be in...values must be in the range [1, inf) . If float, values must be in...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Mon May 06 15:50:58 UTC 2024
      96.5K bytes
      Cache
     
  7. Spectral clustering for image segmentation — sc...

    mask = mask ) Take a decreasing function...np . full ( mask . shape , - 1.0 ) label_im [ mask ] = labels...
    scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html
    Mon May 06 15:51:00 UTC 2024
      37.3K bytes
      Cache
     
  8. sklearn.impute.SimpleImputer — scikit-learn 1.4...

    fill_value must be a string. If None , fill_value...array-like, then input_features must match feature_names_in_ if feature_names_in_...
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Mon May 06 15:50:58 UTC 2024
      56.9K bytes
      Cache
     
  9. Kernel Density Estimate of Species Distribution...

    :: 5 ] land_mask = ( land_reference > - 9999...ravel ()]) . T xy = xy [ land_mask ] xy *= np . pi / 180.0 # Plot...
    scikit-learn.org/stable/auto_examples/neighbors/plot_species_kde.html
    Mon May 06 15:50:59 UTC 2024
      41K bytes
      Cache
     
  10. Demo of DBSCAN clustering algorithm — scikit-le...

    class_member_mask = labels == k xy = X [ class_member_mask & core_samples_mask...X [ class_member_mask & ~ core_samples_mask ] plt . plot ( xy...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Mon May 06 15:50:59 UTC 2024
      39.6K bytes
      Cache
     
Back to top