- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 781 - 790 of 2,291 for 2 (0.07 sec)
-
smacof — scikit-learn 1.7.0 documentation
2 ], [ 1 , 0 , 3 ], [ 2 , 3 , 0 ]]) >>> dissimilarities...metric = True , n_components = 2 , init = None , n_init = 'warn'...scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html -
MDS — scikit-learn 1.7.0 documentation
MDS ( n_components = 2 , * , metric = True , n_init =...Parameters : n_components int, default=2 Number of dimensions in which...scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html -
Decision Tree Regression with AdaBoost — scikit...
linewidth = 2 ) plt . plot ( X , y_2 , color = colors [ 2 ], label...regr_2 . fit ( X , y ) y_1 = regr_1 . predict ( X ) y_2 = regr_2...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_regression.html -
inplace_swap_column — scikit-learn 1.7.0 docume...
2 , 3 , 3 , 3 ]) >>> indices = np . array ([ 0 , 2 , 2 ])...>>> data = np . array ([ 8 , 2 , 5 ]) >>> csr = sparse . csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html -
Elastic Installation and Upgrade Guide [8.17] |...
2 7.1 7.0 6.8 6.7 6.6 6.5 6.4 6.3 6.2 6.1 6.0 5.6...8.9 8.8 8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.0 7.17 7.16 7.15 7.14 7.13...www.elastic.co/guide/en/elastic-stack/8.17/index.html -
RegressorChain — scikit-learn 1.7.0 documentation
2 ], [ 1 , 1 ], [ 2 , 0 ]] >>> chain = RegressorChain...predict ( X ) array([[0., 2.], [1., 1.], [2., 0.]]) fit ( X , Y ,...scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html -
7.4. Imputation of missing values — scikit-lear...
2. Univariate feature imputation...'mean' ) >>> imp . fit ([[ 1 , 2 ], [ np . nan , 3 ], [ 7 , 6 ]])...scikit-learn.org/stable/modules/impute.html -
HistGradientBoostingRegressor — scikit-learn 1....
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html -
lars_path — scikit-learn 1.7.0 documentation
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...copy_X = True , eps = np.float64(2.220446049250313e-16) , copy_Gram...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html -
Ledoit-Wolf vs OAS estimation — scikit-learn 1....
subplot ( 2 , 1 , 2 ) plt . errorbar ( n_samples_range...shrinkage_ # plot MSE plt . subplot ( 2 , 1 , 1 ) plt . errorbar ( n_samples_range...scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html