Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2051 - 2060 of 5,529 for * (2.69 sec)

  1. label_ranking_loss scikit-learn 1.7.2 documen...

    [[ 1 , 0 , 0 ], [ 0 , 0 , 1 ]] >>> y_score = [[ 0.75 , 0.5 ,..., 1 ], [ 1 , 0.2 , 0.1 ]] >>> label_ranking_loss ( y_true , y_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html
    Tue Sep 23 15:14:23 UTC 2025
      108.3K bytes
      Cache
     
  2. Precision-Recall scikit-learn 1.7.2 documenta...

    Parameters steps [('standardscaler', ...), ('linearsvc', ...)] transform_input...Pipeline(steps=[('standardscaler', StandardScaler()), ('linearsvc', Linear...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Tue Sep 23 15:14:23 UTC 2025
      151.3K bytes
      Cache
     
  3. SVM-Anova: SVM with univariate feature selectio...

    SelectPercentile ( f_classif )), ( "scaler" , StandardScaler ()), ( "svc"...selected" ) plt . xticks ( np . linspace ( 0 , 100 , 11 , endpoint...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html
    Tue Sep 23 15:14:21 UTC 2025
      95.7K bytes
      Cache
     
  4. supervised_learning.rst.txt

    .. _supervised-learning: Supervised learning ---------- .. toctree::...modules/kernel_ridge.rst modules/svm modules/sgd modules/neighbors modules/gaussian_process...
    scikit-learn.org/stable/_sources/supervised_learning.rst.txt
    Tue Sep 23 15:14:21 UTC 2025
      538 bytes
     
  5. spectral_embedding scikit-learn 1.7.2 documen...

    int ( X . shape [ 0 ] / 10 ), include_self = True ... ) >>> #...subspace. eigen_solver {arpack, lobpcg, amg}, default=None...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.spectral_embedding.html
    Tue Sep 23 15:14:21 UTC 2025
      114.5K bytes
      Cache
     
  6. PairwiseKernel scikit-learn 1.7.2 documentation

    array([[0.8880, 0.05663, 0.05532], [0.8676, 0.07073, 0.06165]]) __call__...tuning. metric {linear, additive_chi2, chi2, poly, polynomial”,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.PairwiseKernel.html
    Tue Sep 23 15:14:23 UTC 2025
      123.8K bytes
      Cache
     
  7. SkewedChi2Sampler scikit-learn 1.7.2 document...

    1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...SkewedChi2Sampler ( skewedness = .01 , ... n_components = 10 , ... random_state...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.SkewedChi2Sampler.html
    Tue Sep 23 15:14:21 UTC 2025
      129.8K bytes
      Cache
     
  8. SelectFwe scikit-learn 1.7.2 documentation

    generated: ["x0", "x1", ..., "x(n_features_in_ - 1)"] . If input_features...SelectFwe ( chi2 , alpha = 0.01 ) . fit_transform ( X , y ) >>> X_new...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html
    Tue Sep 23 15:14:23 UTC 2025
      131.8K bytes
      Cache
     
  9. IsolationForest example scikit-learn 1.7.2 do...

    = np . array ([[ 0.5 , - 0.1 ], [ 0.7 , 0.4 ]]) cluster_1 = 0.4..."predict" , alpha = 0.5 , ) disp . ax_ . scatter ( X [:, 0 ], X [:, 1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Tue Sep 23 15:14:21 UTC 2025
      125.9K bytes
      Cache
     
  10. Multi-class AdaBoosted Decision Trees scikit-...

    algorithm" ) plt . plot ( [ boosting_errors . index . min (), boosting_errors...X_test ) ], } ) . set_index ( "Number of trees" ) ax = boosting_errors...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Tue Sep 23 15:14:21 UTC 2025
      115.1K bytes
      Cache
     
Back to top