Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 2,274 for 2 (0.07 sec)

  1. GridSearchCV — scikit-learn 1.7.0 documentation

    split0_test_score … rank_t… ‘poly’ – 2 0.80 … 2 ‘poly’ – 3 0.70 … 4 ‘rbf’...verbose = 0 , pre_dispatch = '2*n_jobs' , error_score = nan ,...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Fri Jun 06 09:13:46 UTC 2025
      184.7K bytes
      Cache
     
  2. check_array — scikit-learn 1.7.0 documentation

    ndim > 2. ensure_min_samples int, default=1...the input data has effectively 2 dimensions or is originally 1D...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html
    Thu Jun 05 22:21:57 UTC 2025
      116.3K bytes
      Cache
     
  3. jaccard_score — scikit-learn 1.7.0 documentation

    2 , 1 , 2 ] >>> y_true = [ 0 , 1 , 2 , 2 ] >>> jaccard_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Fri Jun 06 09:13:47 UTC 2025
      120.3K bytes
      Cache
     
  4. RepeatedKFold — scikit-learn 1.7.0 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...RepeatedKFold ( n_splits = 2 , n_repeats = 2 , random_state = 2652124...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Fri Jun 06 09:13:47 UTC 2025
      119.4K bytes
      Cache
     
  5. KNeighborsTransformer — scikit-learn 1.7.0 docu...

    array([[2]])) As you can see, it returns [[0.5]], and [[2]], which..., metric = 'minkowski' , p = 2 , metric_params = None , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Fri Jun 06 09:13:46 UTC 2025
      146.1K bytes
      Cache
     
  6. plot_release_highlights_1_7_0.rst.txt

    id="sk-estimator-id-2" type="checkbox" ><label for="sk-estimator-id-2" clas...#sk-container-id-2 pre { padding: 0; } #sk-container-id-2 input.sk-hidden--visually...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_7_0.r...
    Fri Jun 06 09:13:47 UTC 2025
      66.3K bytes
     
  7. QuadraticDiscriminantAnalysis — scikit-learn 1....

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Fri Jun 06 09:13:47 UTC 2025
      141.6K bytes
      Cache
     
  8. Lasso — scikit-learn 1.7.0 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...\(||y||_2^2 / n_{\text{samples}}\) . The target can be a 2-dimensional...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Fri Jun 06 09:13:47 UTC 2025
      167.4K bytes
      Cache
     
  9. Matern — scikit-learn 1.7.0 documentation

    \frac{1}{\Gamma(\nu)2^{\nu-1}}\Bigg( \frac{\sqrt{2\nu}}{l} d(x_i ,...the RBF kernel. When \(\nu = 1/2\) , the Matérn kernel becomes...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html
    Fri Jun 06 09:13:47 UTC 2025
      126.9K bytes
      Cache
     
  10. KernelRidge — scikit-learn 1.7.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination, \(R^2\) , is defined as \((1 - \frac{u}{v})\)...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Fri Jun 06 09:13:47 UTC 2025
      142.7K bytes
      Cache
     
Back to top