- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 2,486 for 2 (0.17 sec)
-
k_means — scikit-learn 1.7.2 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...>>> centroid array([[10., 2.], [ 1., 2.]]) >>> label array([1,...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
make_friedman3 — scikit-learn 1.7.2 documentation
in Friedman [1] and Breiman [2]. Inputs X are 4 independent features...1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3 ] <= 11....scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman3.html -
Quantile regression — scikit-learn 1.7.2 docume...
subplots ( nrows = 2 , ncols = 2 , figsize = ( 15 , 11 ),...scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html -
Inductive Clustering — scikit-learn 1.7.2 docum...
( - 2 , 4 ), ( 3 , 6 )], random_state...scikit-learn.org/stable/auto_examples/cluster/plot_inductive_clustering.html -
StandardScaler — scikit-learn 1.7.2 documentation
transform ([[ 2 , 2 ]])) [[3. 3.]] fit ( X , y =...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html -
Probability calibration of classifiers — scikit...
y [: n_samples // 2 ] = 0 y [ n_samples // 2 :] = 1 sample_weight...50000 # Generate 3 blobs with 2 classes where the second blob...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html -
模範解答的なセクション 2 | DBFlute
模範解答的なセクション 2 概要 このセクションでの登場人物 模範解答的な実装 概要 DBFluteハンズオン、セクション 2 の模範解答的な実装です。...の模範解答的な実装です。 ハンズオンセクション 2 正解は一つではありませんので、あくまで "的な" というところで、参考までに。...dbflute.seasar.org/ja/tutorial/handson/flower/flower02.html -
AffinityPropagation — scikit-learn 1.7.2 docume...
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...cluster_centers_ array([[1, 2], [4, 2]]) For an example usage, see...scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html -
ExtraTreesRegressor — scikit-learn 1.7.2 docume...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
Species distribution modeling — scikit-learn 1....
s = 2 ** 2 , c = "black" , marker = "^"...pts_test [ "dd lat" ], s = 2 ** 2 , c = "black" , marker = "x"...scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html