Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1001 - 1010 of over 10,000 for 2 (0.55 seconds)

Filter
  1. Ordinary Least Squares and Ridge Regression — s...

    [ 2 ]] # Use only one feature X_train...ax = plt . subplots ( ncols = 2 , figsize = ( 10 , 5 ), sharex...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html
    Mon Mar 23 20:39:21 UTC 2026
      17.6K bytes
      Cache
     
  2. Dimensionality Reduction with Neighborhood Comp...

    ( n_components = 2 )) # Reduce dimension to 2 with NeighborhoodComponen...the different samples on the 2 first principal components. Linear...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  3. Version 0.15 — scikit-learn 1.8.0 documentation

    Marsi 2 csytracy 2 LK 2 Vlad Niculae 2 Laurent Direr 2 Erik Shilts...Liau 2 abhishek thakur 2 James Yu 2 Rohit Sivaprasad 2 Roland...
    scikit-learn.org/stable/whats_new/v0.15.html
    Tue Mar 17 03:44:39 UTC 2026
      15.2K bytes
      Cache
     
  4. RegressorMixin — scikit-learn 1.8.0 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y =...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Mon Mar 23 20:39:20 UTC 2026
      14.5K bytes
      Cache
     
  5. dcg_score — scikit-learn 1.8.0 documentation

    log_base = 2 , sample_weight = None , ignore_ties...outputs. log_base float, default=2 Base of the logarithm used for...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html
    Mon Mar 23 20:39:20 UTC 2026
      14.4K bytes
      Cache
     
  6. Normal, Ledoit-Wolf and OAS Linear Discriminant...

    centers = [[ - 2 ], [ 2 ]]) # add non-discriminative...features_samples_ratio , acc_clf1 , linewidth = 2 , label = "LDA" , color = "gold"...
    scikit-learn.org/stable/auto_examples/classification/plot_lda.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  7. grid_search.rst.txt

    +--------- | 3 * 2 = 6 | 70 // 2 = 35 | +--------- | 6 * 2 = 12 | 35...35 // 2 = 17 | +--------- | 12 * 2 = 24 | 17 // 2 = 8 | +---------...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Thu Mar 05 14:15:31 UTC 2026
      9.9K bytes
     
  8. inplace_swap_row — scikit-learn 1.8.0 doc...

    2 , 2 ]) >>> data = np . array ([ 8 , 2 , 5 ])...>>> indptr = np . array ([ 0 , 2 , 3 , 3 , 3 ]) >>> indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_row.html
    Mon Feb 02 09:23:44 UTC 2026
      108.5K bytes
      Cache
     
  9. Thread pool settings | Reference

    of allocated processors * 3) / 2) + 1 , and queue_size of 1000...# of allocated processors ) / 2 , and queue_size of 1000 . get...
    www.elastic.co/docs/reference/elasticsearch/configuration-reference/thread-pool-settings
    Fri Jan 30 17:46:17 UTC 2026
      2.1M bytes
      Cache
     
  10. plot_classifier_comparison.py

    make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Mon Mar 23 20:39:21 UTC 2026
      1.8K bytes
     
Back to Top