- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 751 - 760 of 3,151 for 2 (0.53 sec)
-
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 -
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 -
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 -
【じゃがいも2個でここまでうまい】おかず&おつまみレシピ4選|Tasty
掲載日 7 分前 【じゃがいも2個で奇跡が起きる!?】「子どもが秒で完食」「家にある材料だけでここまでうまい」簡単レシピ4選...じゃがいものみそマヨサラダ BuzzFeed 【じゃがいも2個でここまでうまい】「家にあるもので激うま!」「地味だけど毎...www.buzzfeed.com/jp/shinobuuchihara/4-miracle-recipes-using-just-2-potatoes -
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 -
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 -
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 -
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 -
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 -
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