- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 941 - 950 of 2,296 for 2 (0.27 sec)
-
Two-class AdaBoost — scikit-learn 1.6.1 documen...
cov = 2.0 , n_samples = 200 , n_features = 2 , n_classes = 2 , random_state...= 300 , n_features = 2 , n_classes = 2 , random_state = 1 ) X...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html -
Beats Platform Reference | Elastic
2 Beats Platform Reference: 8.1...7.3 Beats Platform Reference: 7.2 Beats Platform Reference: 7.1...www.elastic.co/guide/en/beats/libbeat/index.html -
Ridge coefficients as a function of the L2 Regu...
- X \beta \|^{2}_{2} + \alpha \| \beta \|^{2}_{2}\) where \(X\)...side (e.g. \(\|y - X\beta\|^{2}_{2}\) ) measures the squared difference...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html -
TransformedTargetRegressor — scikit-learn 1.6.1...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...The function needs to return a 2-dimensional array. inverse_func...scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.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 -
LarsCV — scikit-learn 1.6.1 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_jobs = None , eps = np.float64(2.220446049250313e-16) , copy_X...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html -
isotonic_regression — scikit-learn 1.6.1 docume...
2 , 8 , 10 , 7 , 9 , 6 , 4 ]) array([2.75 , 2.75 , 2.75 ,..., 2.75 , 7.33..., 7.33..., 7.33..., 7.33..., 7.33..., 7.33...])...scikit-learn.org/stable/modules/generated/sklearn.isotonic.isotonic_regression.html -
d2_log_loss_score — scikit-learn 1.6.1 document...
Like R^2, D^2 score may be negative (it need...labels = None ) [source] # \(D^2\) score function, fraction of...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_log_loss_score.html -
Partial Dependence and Individual Conditional E...
between the target function [ 2 ] and a set of features of interest,..."Bike_Sharing_Demand" , version = 2 , as_frame = True ) # Make an...scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.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