Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1071 - 1080 of over 10,000 for 2 (0.39 seconds)

  1. Plot the decision surface of decision trees tra...

    2 ], [ 0 , 3 ], [ 1 , 2 ], [ 1 , 3 ], [ 2 , 3 ]]): #...boundary ax = plt . subplot ( 2 , 3 , pairidx + 1 ) plt . tight_layout...
    scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html
    Mon Feb 23 11:19:24 GMT 2026
      95.5K bytes
      Cache
     
  2. 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 GMT 2026
      108.5K bytes
      Cache
     
  3. 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 GMT 2026
      2.1M bytes
      Cache
     
  4. BaggingRegressor — scikit-learn 1.8.0 doc...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...the method is known as Bagging [2] . When random subsets of the...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Mon Feb 23 17:51:56 GMT 2026
      149.4K bytes
      Cache
     
  5. RegressorMixin — scikit-learn 1.8.0 docum...

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>>...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 Feb 23 17:51:57 GMT 2026
      116.1K bytes
      Cache
     
  6. 1.1. Linear Models — scikit-learn 1.8.0 d...

    \frac{n}{2} \log(2 \pi) - \frac{n}{2} \log(\sigma^2) - \frac{\sum_{i=1}^{n}...(y_i - \hat{y}_i)^2}{2\sigma^2}\] where \(\sigma^2\) is an estimate...
    scikit-learn.org/stable/modules/linear_model.html
    Mon Feb 23 11:19:23 GMT 2026
      229K bytes
      Cache
     
  7. plot_classifier_comparison.rst.txt

    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/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon Feb 23 17:51:57 GMT 2026
      7.8K bytes
     
  8. grid_to_graph — scikit-learn 1.8.0 docume...

    'int64' with 2 stored elements and shape (2, 2)> Coords Values...>>> mask [[ 1 , 2 ], [ 1 , 2 ], :] = True >>>...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.html
    Mon Feb 23 17:51:56 GMT 2026
      109.1K bytes
      Cache
     
  9. plot_multi_metric_evaluation.zip

    range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2, re...ax.plot( [ X_axis[best_index], ] * 2, [0, best_score], linestyle="-.",...
    scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip
    Mon Feb 23 17:51:55 GMT 2026
      8.8K bytes
     
  10. Comparing anomaly detection algorithms for outl...

    make_blobs ( centers = [[ 2 , 2 ], [ - 2 , - 2 ]], cluster_std = [...make_blobs ( centers = [[ 2 , 2 ], [ - 2 , - 2 ]], cluster_std = [...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_anomaly_comparison.html
    Mon Feb 23 17:51:56 GMT 2026
      118.7K bytes
      Cache
     
Back to Top