Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 3371 - 3380 of over 10,000 for * (4.63 seconds)

Filter
  1. 7.8. Pairwise metrics, Affinities and Kernels —...

    1. , 0.51341712, 0.83822343], [0.89483932, 0.51341712, 1. ,...array([[1. , 0.36787944, 0.89483932, 0.58364548], [0.36787944,...
    scikit-learn.org/stable/modules/metrics.html
    Mon Mar 23 20:39:21 UTC 2026
      10.5K bytes
      Cache
     
  2. 1.9. Naive Bayes — scikit-learn 1.8.0 documenta...

    = P(x_i = 1 \mid y) x_i + (1 - P(x_i = 1 \mid y)) (1 - x_i)\]...\[P(x_i | y, x_1, \dots, x_{i-1}, x_{i+1}, \dots, x_n) = P(x_i | y),\]...
    scikit-learn.org/stable/modules/naive_bayes.html
    Mon Mar 23 20:39:21 UTC 2026
      11.9K bytes
      Cache
     
  3. 2.9. Neural network models (unsupervised) — sci...

    \[\sigma(x) = \frac{1}{1 + e^{-x}}\] 2.9.1.3. Stochastic Maximum...binary values or values between 0 and 1, each encoding the probability...
    scikit-learn.org/stable/modules/neural_networks_unsupervised.html
    Mon Mar 23 20:39:20 UTC 2026
      9.3K bytes
      Cache
     
  4. Scaling the regularization parameter for SVCs —...

    - 1.3 , 10 ) train_sizes = np . linspace ( 0.3 , 0.7 , 3...alpha = 0.7 ) axes [ 1 ] . set_title ( "Scaling C by sqrt(1 / n_samples)"...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html
    Mon Mar 23 20:39:22 UTC 2026
      18.6K bytes
      Cache
     
  5. Decision boundary of semi-supervised classifier...

    Manual: [[0.96 0.03 0.01]] API : [[0.96 0.03 0.01]] predict_proba...= ( 0.5 , 0.0 ) ) fig . tight_layout ( rect = [ 0 , 0.03 , 1...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_versus_svm_iris.html
    Mon Mar 23 20:39:20 UTC 2026
      18.6K bytes
      Cache
     
  6. Multilabel classification — scikit-learn 1.8.0 ...

    subplots_adjust ( 0.04 , 0.02 , 0.97 , 0.94 , 0.09 , 0.2 ) plt . show...w = clf . coef_ [ 0 ] a = - w [ 0 ] / w [ 1 ] xx = np . linspace...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html
    Mon Mar 23 20:39:21 UTC 2026
      16.8K bytes
      Cache
     
  7. Comparing randomized search and grid search for...

    with rank: 1 Mean validation score: 0.993 (std: 0.007) Parameters:...score: 0.983 (std: 0.018) Parameters: {'alpha': np.float64(0.29696409452126926),...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Mon Mar 23 20:39:22 UTC 2026
      16.4K bytes
      Cache
     
  8. sklearn.preprocessing — scikit-learn 1.8.0 docu...

    data (set feature values to 0 or 1) according to a threshold....labels with value between 0 and n_classes-1. MaxAbsScaler Scale each...
    scikit-learn.org/stable/api/sklearn.preprocessing.html
    Mon Mar 23 20:39:20 UTC 2026
      13.5K bytes
      Cache
     
  9. Pipelining: chaining a PCA and a logistic regre...

    LogisticRegression ( max_iter = 10000 , tol = 0.1 ) pipe = Pipeline ( steps...( np . arange ( 1 , pca . n_components_ + 1 ), pca . explained_variance_ratio_...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  10. 7.6. Random Projection — scikit-learn 1.8.0 doc...

    eps = [ 0.5 , 0.1 , 0.01 ]) array([ 663, 11841,...}}} & & 1 / 2s\\ 0 &\text{with probability} & 1 - 1 / s \\ +...
    scikit-learn.org/stable/modules/random_projection.html
    Mon Mar 23 20:39:20 UTC 2026
      9.9K bytes
      Cache
     
Back to Top