Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 751 - 760 of 3,151 for 2 (0.53 sec)

  1. Comparison of LDA and PCA 2D projection of Iris...

    the different samples on the 2 first principal components. Linear...target_names pca = PCA ( n_components = 2 ) X_r = pca . fit ( X ) . transform...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html
    Tue Sep 23 15:14:23 UTC 2025
      92.9K bytes
      Cache
     
  2. homogeneity_completeness_v_measure — scikit-lea...

    2 , 2 ], [ 0 , 0 , 1 , 2 , 2 , 2 ] >>> homogen...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html
    Tue Sep 23 15:14:21 UTC 2025
      110.4K bytes
      Cache
     
  3. mean_squared_log_error — scikit-learn 1.7.2 doc...

    2 ], [ 7 , 6 ]] >>> y_pred = [[ 0.5 , 2 ], [ 1 , 2.5 ],...y_true = [ 3 , 5 , 2.5 , 7 ] >>> y_pred = [ 2.5 , 5 , 4 , 8 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html
    Tue Sep 23 15:14:21 UTC 2025
      109.5K bytes
      Cache
     
  4. 【じゃがいも2個でここまでうまい】おかず&おつまみレシピ4選|Tasty

    掲載日 7 分前 【じゃがいも2個で奇跡が起きる!?】「子どもが秒で完食」「家にある材料だけでここまでうまい」簡単レシピ4選...じゃがいものみそマヨサラダ BuzzFeed 【じゃがいも2個でここまでうまい】「家にあるもので激うま!」「地味だけど毎...
    www.buzzfeed.com/jp/shinobuuchihara/4-miracle-recipes-using-just-2-potatoes
    Sat Sep 06 00:16:25 UTC 2025
      768.2K bytes
      Cache
     
  5. Factor Analysis (with rotation) to visualize pa...

    2 , 3 ]) ax . set_xticklabels (...) ax . set_yticks ([ 0 , 1 , 2 , 3 ]) ax . set_yticklabels (...
    scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html
    Tue Sep 23 15:14:21 UTC 2025
      96.1K bytes
      Cache
     
  6. DistanceMetric — scikit-learn 1.7.2 documentation

    HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> Y...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html
    Tue Sep 23 15:14:21 UTC 2025
      116.2K bytes
      Cache
     
  7. 7.1. Pipelines and composite estimators — sciki...

    2. Access pipeline steps # The estimators...'select' , SelectKBest ( k = 2 )), ... ( 'clf' , LogisticRegression...
    scikit-learn.org/stable/modules/compose.html
    Tue Sep 23 15:14:21 UTC 2025
      114K bytes
      Cache
     
  8. RadiusNeighborsRegressor — scikit-learn 1.7.2 d...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html
    Tue Sep 23 15:14:21 UTC 2025
      150.5K bytes
      Cache
     
  9. LassoLars — scikit-learn 1.7.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...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.LassoLars.html
    Tue Sep 23 15:14:21 UTC 2025
      143K bytes
      Cache
     
  10. Comparing Random Forests and Histogram Gradient...

    col = 2 ) fig . add_trace ( line_trace , row = 1 , col = 2 ) fig..." ) Number of physical cores: 2 Unlike RF, HGBT models offer an...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Tue Sep 23 15:14:23 UTC 2025
      126.8K bytes
      Cache
     
Back to top