Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 851 - 860 of over 10,000 for 1 (0.71 seconds)

Filter
  1. Feature agglomeration vs. univariate selection ...

    0 ][ 1 ] . inverse_transform ( coef_ . reshape ( 1 , - 1 )) coef_selection_...roi_size ] = - 1.0 coef [ - roi_size :, - roi_size :] = 1.0 X = np...
    scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection....
    Tue Mar 17 03:44:39 UTC 2026
      17.3K bytes
      Cache
     
  2. Principal Component Analysis (PCA) on Iris Data...

    figure ( 1 , figsize = ( 8 , 6 )) ax = fig...X_reduced [:, 0 ], X_reduced [:, 1 ], X_reduced [:, 2 ], c = iris...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html
    Tue Mar 17 03:44:39 UTC 2026
      16.4K bytes
      Cache
     
  3. cross_val_score — scikit-learn 1.8.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 SVM-Anova:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Tue Mar 17 03:44:39 UTC 2026
      17.2K bytes
      Cache
     
  4. SVR — scikit-learn 1.8.0 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32..., tol = 0.001 , C = 1.0 , epsilon = 0.1 , shrinking = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Mon Mar 09 16:03:58 UTC 2026
      19.1K bytes
      Cache
     
  5. ledoit_wolf — scikit-learn 1.8.0 documentation

    regularized (shrunk) covariance is: (1 - shrinkage) * cov + shrinkage...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html
    Tue Mar 17 03:44:36 UTC 2026
      13.7K bytes
      Cache
     
  6. inplace_row_scale — scikit-learn 1.8.0 do...

    1 , 2 , 3 , 3 ]) >>> data...data = np . array ([ 8 , 1 , 2 , 5 , 6 ]) >>> scale =...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html
    Mon Feb 02 09:23:44 UTC 2026
      109.1K bytes
      Cache
     
  7. MultiOutputClassifier — scikit-learn 1.8....

    ( X [ - 2 :]) array([[1, 1, 1], [1, 0, 1]]) fit ( X , Y , sample_weight...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html
    Mon Mar 09 14:07:54 UTC 2026
      16.9K bytes
      Cache
     
  8. 5.2. Permutation feature importance — scikit-le...

    as: \[i_j = s - \frac{1}{K} \sum_{k=1}^{K} s_{k,j}\] 5.2.2. Relation...degradation of the model’s score [ 1 ] . By breaking the relationship...
    scikit-learn.org/stable/modules/permutation_importance.html
    Tue Mar 17 03:44:39 UTC 2026
      11.3K bytes
      Cache
     
  9. cross_val_predict — scikit-learn 1.8.0 document...

    means 1 unless in a joblib.parallel_backend context. -1 means...GroupKFold ). Changed in version 1.4: groups can only be passed if...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Tue Mar 17 03:44:39 UTC 2026
      15.9K bytes
      Cache
     
  10. StratifiedKFold — scikit-learn 1.8.0 docu...

    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 09 14:07:53 UTC 2026
      16.1K bytes
      Cache
     
Back to Top