- Sort Score
- Num 10 results
- Language All
- Labels All
Results 741 - 750 of over 10,000 for 2 (0.5 seconds)
-
Iso-probability lines for Gaussian Processes cl...
0256**2 * DotProduct(sigma_0=5.72) ** 2 # Authors: The...[:, 1 ] - 0.5 * x [:, 0 ] ** 2.0 # Design of experiments X =...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_isoprobability.html -
plot_classifier_comparison.rst.txt
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/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt -
Présentation
2,タイトル 2,テスト2です。 3,タイトル 3,テスト3です。 4,タイトル...VALUES ( 'タイトル 2' , 'コンテンツ 2 です.' , '34.701909'...fess.codelibs.org/fr/15.3/admin/dataconfig-guide.html -
Docker Installation (Detailed Guide)
2/compose/compose-opensearch3.yaml Method 2: Clone Repository...later is installed Docker Compose 2.0 or later is installed Verify...fess.codelibs.org/15.3/install/install-docker.html -
Plot the decision surface of decision trees tra...
2 ], [ 0 , 3 ], [ 1 , 2 ], [ 1 , 3 ], [ 2 , 3 ]]): #...boundary ax = plt . subplot ( 2 , 3 , pairidx + 1 ) plt . tight_layout...scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html -
Monotonic Constraints — scikit-learn 1.8....
2 Added support for feature names....versionadded:: 0.23 .. versionchanged:: 1.2 Accept dict of constraints with...scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html -
TweedieRegressor — scikit-learn 1.8.0 doc...
determination R^2. R^2 uses squared error and D^2 uses the deviance...() >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html -
Model-based and sequential feature selection &#...
2 area (worst): 185.2 4254.0 smoothness (worst):...Since we want to select only 2 features, we will set this threshold...scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html -
MultiTaskElasticNetCV — scikit-learn 1.8....
[ 2 , 2 ]], ... [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]]) Mul...is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html -
GammaRegressor — scikit-learn 1.8.0 docum...
determination R^2. R^2 uses squared error and D^2 uses the deviance...() >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html