Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 2,485 for 2 (0.18 sec)

  1. paired_manhattan_distances — scikit-learn 1.7.2...

    2., 1.]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_manhattan_distances.html
    Mon Nov 10 15:11:18 UTC 2025
      107.8K bytes
      Cache
     
  2. RobustScaler — scikit-learn 1.7.2 documentation

    - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. , - 2. ]]...transform ( X ) array([[ 0. , -2. , 0. ], [-1. , 0. , 0.4], [ 1....
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html
    Mon Nov 10 15:11:19 UTC 2025
      135.8K bytes
      Cache
     
  3. DecisionTreeRegressor — scikit-learn 1.7.2 docu...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html
    Sun Nov 09 07:16:24 UTC 2025
      165.9K bytes
      Cache
     
  4. Plot classification boundaries with different S...

    2 , 0.5 ], [ 0.2 , - 2.0 ], [ 0.5 , - 2.4 ], [ 0.2 , - 2.3...[ - 1.3 , - 1.2 ], [ - 1.1 , - 0.2 ], [ - 1.2 , - 0.4 ], [ -...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html
    Mon Nov 10 15:11:19 UTC 2025
      122.7K bytes
      Cache
     
  5. Statistical comparison of models using grid sea...

    098776 2_poly {'degree': 2, 'kernel': 'poly'} 4...factorial ( 2 ) * factorial ( len ( model_scores ) - 2 ) ) pairwise_t_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Mon Nov 10 15:11:19 UTC 2025
      192K bytes
      Cache
     
  6. load_svmlight_files — scikit-learn 1.7.2 docume...

    2: Path-like objects are now accepted....
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Mon Nov 10 15:11:18 UTC 2025
      111.5K bytes
      Cache
     
  7. r2_score — scikit-learn 1.7.2 documentation

    y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 ] >>> r2_score...y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 + 1e-8...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
    Mon Nov 10 15:11:15 UTC 2025
      121.5K bytes
      Cache
     
  8. Comparing different clustering algorithms on to...

    xlim ( - 2.5 , 2.5 ) plt . ylim ( - 2.5 , 2.5 ) plt . xticks...240 , "quantile" : 0.2 , "n_clusters" : 2 , "min_samples" : 7...
    scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html
    Mon Nov 10 15:11:18 UTC 2025
      126K bytes
      Cache
     
  9. Face completion with a multi-output estimators ...

    n_pixels // 2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test.... figure ( figsize = ( 2.0 * n_cols , 2.26 * n_faces )) plt ....
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Mon Nov 10 15:11:19 UTC 2025
      99.2K bytes
      Cache
     
  10. 11. Common pitfalls and recommended practices —...

    2.2. Data leakage during pre-processing..., test ) [0 3 5 6 7] [1 2 4 8 9] [1 2 4 8 9] [0 3 5 6 7] >>> for...
    scikit-learn.org/stable/common_pitfalls.html
    Mon Nov 10 15:11:19 UTC 2025
      102.9K bytes
      Cache
     
Back to top