- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 2,274 for 2 (0.07 sec)
-
IsotonicRegression — scikit-learn 1.7.0 documen...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...Operations Research Vol. 14, No. 2 (May, 1989), pp. 303-308 Isotone...scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html -
rand_score — scikit-learn 1.7.0 documentation
of Classification 2, 193–218 (1985). . [ 2 ] Wikipedia: Simple...predicted and true clusterings [1] [2] . The raw RI score [3] is: RI...scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html -
QuantileRegressor — scikit-learn 1.7.0 document...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_samples , n_features = 10 , 2 >>> rng = np . random . RandomState...scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html -
available_if — scikit-learn 1.7.0 documentation
x % 2 == 0 ... ... @available_if ( _x_is_even..."say_hello" ) False >>> obj . x = 2 >>> hasattr ( obj , "say_hello"...scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html -
plot_classifier_comparison.py
make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py -
StratifiedShuffleSplit — scikit-learn 1.7.0 doc...
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...Test: index=[0 2 3] Fold 2: Train: index=[5 0 2] Test: index=[4...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html -
v_measure_score — scikit-learn 1.7.0 documentation
2 ], [ 0 , 0 , 1 , 1 ])) 0.8 >>>...% v_measure_score ([ 0 , 1 , 2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.67...scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html -
pydata-sphinx-theme.css
g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutte....g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-...scikit-learn.org/stable/_static/styles/pydata-sphinx-theme.css -
LinearRegression — scikit-learn 1.7.0 documenta...
2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0 + 2 * x_1...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.LinearRegression.html -
linear_model.rst.txt
x_1 + w_2 x_2 + w_3 x_1 x_2 + w_4 x_1^2 + w_5 x_2^2 The (sometimes...:math:`[x_1, x_2]` to :math:`[1, x_1, x_2, x_1^2, x_1 x_2, x_2^2]`, and...scikit-learn.org/stable/_sources/modules/linear_model.rst.txt