Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1111 - 1120 of over 10,000 for 2 (0.33 seconds)

  1. randomized_range_finder — scikit-learn 1....

    size = 2 , n_iter = 2 , random_state = 42 ) array([[-0.214,...normalization if n_iter <= 2 and switches to LU otherwise....
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html
    Mon Feb 02 09:23:44 GMT 2026
      109.7K bytes
      Cache
     
  2. RidgeCV — scikit-learn 1.8.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination ( \(R^2\) ) otherwise. cv int, cross-validation...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Mon Feb 02 09:23:44 GMT 2026
      150.2K bytes
      Cache
     
  3. Joint feature selection with multi-task Lasso &...

    2 , 2 ) plt . spy ( coef_multi_task_lasso_...)) times = np . linspace ( 0 , 2 * np . pi , n_tasks ) for k in...
    scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html
    Mon Feb 02 09:23:44 GMT 2026
      99.3K bytes
      Cache
     
  4. ARDRegression — scikit-learn 1.8.0 docume...

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression() >>>...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Mon Feb 02 09:23:44 GMT 2026
      141.9K bytes
      Cache
     
  5. 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
     
  6. 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
     
  7. Importance of Feature Scaling — scikit-le...

    section we select a subset of 2 features that have values with...) = plt . subplots ( ncols = 2 , figsize = ( 12 , 6 )) fit_and_plot_model...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Mon Feb 02 09:23:44 GMT 2026
      122.7K bytes
      Cache
     
  8. Visualizing the probabilistic predictions of a ...

    SplineTransformer ( degree = 2 , n_knots = 2 ), PolynomialFeatures (...SplineTransformer(degree=2, n_knots=2)), ('polynomialfeatures',...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Mon Feb 02 09:23:44 GMT 2026
      238.8K bytes
      Cache
     
  9. neighbors.rst.txt

    [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]]) >>> nbrs...np.array([[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]]) >>> kdt...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Mon Dec 29 13:14:48 GMT 2025
      38K bytes
     
  10. Plot the decision surfaces of ensembles of tree...

    2 , w_pad = 0.2 , pad = 2.5 ) plt . show ()...pair in ([ 0 , 1 ], [ 0 , 2 ], [ 2 , 3 ]): for model in models...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html
    Mon Feb 02 09:23:44 GMT 2026
      113.5K bytes
      Cache
     
Back to Top