Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 251 - 260 of over 10,000 for 1 (0.14 seconds)

Filter
  1. StratifiedKFold — scikit-learn 1.8.0 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> skf = StratifiedKFold...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Mon Mar 23 20:39:23 UTC 2026
      16.1K bytes
      Cache
     
  2. partial_dependence — scikit-learn 1.8.0 documen...

    [ 1 , 0 , 0 ]] >>> y = [ 0 , 1 ] >>> from sklearn.ensemble...interacting features (e.g. [(0, 1)] ) for which the partial dependency...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Mon Mar 23 20:39:20 UTC 2026
      16.7K bytes
      Cache
     
  3. MiniBatchDictionaryLearning — scikit-learn 1.8....

    1 ( U , V ) with || V_k || _2 <= 1 for all 0 <=...heuristics. Added in version 1.1. fit_algorithm {‘lars’, ‘cd’},...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchDictionaryLearning.html
    Mon Mar 23 20:39:21 UTC 2026
      18.7K bytes
      Cache
     
  4. nan_euclidean_distances — scikit-learn 1.8.0 do...

    6] and [1, na, 4, 5] is: \[\sqrt{\frac{4}{2}((3-1)^2 + (6-5)^2)}\]...float ( "NaN" ) >>> X = [[ 0 , 1 ], [ 1 , nan ]] >>> nan_euclidean_distances...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.nan_euclidean_distances.html
    Mon Mar 23 20:39:20 UTC 2026
      14K bytes
      Cache
     
  5. IsolationForest — scikit-learn 1.8.0 documentation

    1 ], [ 0 ], [ 90 ]]) array([ 1, 1, -1]) For an example...from 0.1 to 'auto' . max_features int or float, default=1.0 The...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html
    Mon Mar 23 20:39:23 UTC 2026
      19.4K bytes
      Cache
     
  6. SplineTransformer — scikit-learn 1.8.0 document...

    n_splines=n_knots + degree - 1 ( n_knots - 1 for extrapolation="periodic"...degree - 1 for non-periodic splines and n_knots - 1 for periodic...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html
    Mon Mar 23 20:39:23 UTC 2026
      19.1K bytes
      Cache
     
  7. HalvingGridSearchCV — scikit-learn 1.8.0 docume...

    means 1 unless in a joblib.parallel_backend context. -1 means...for a classification problem 1 when resource != 'n_samples' ‘exhaust’...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html
    Mon Mar 23 20:39:20 UTC 2026
      20.7K bytes
      Cache
      Similar Results (1)
     
  8. locally_linear_embedding — scikit-learn 1.8.0 d...

    n_neighbors > n_components * (1 + (n_components + 1) / 2. see reference...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html
    Mon Mar 23 20:39:20 UTC 2026
      15K bytes
      Cache
     
  9. RegressorMixin — scikit-learn 1.8.0 documentation

    array ([ - 1 , 0 , 1 ]) >>> estimator . fit ( X...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Mon Mar 23 20:39:20 UTC 2026
      14.5K bytes
      Cache
     
  10. GroupKFold — scikit-learn 1.8.0 documentation

    index=[0 1 4 5], group=[0 0 3 3] Fold 1: Train: index=[0 1 4 5],...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 On this...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Mon Mar 23 20:39:20 UTC 2026
      16.2K bytes
      Cache
     
Back to Top