- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1111 - 1120 of over 10,000 for 2 (1.63 seconds)
-
Manifold Learning methods on a severed sphere &...
2 sec ISO: 0.11 sec MDS: 1.1 sec...projections with matplotlib < 3.2 import mpl_toolkits.mplot3d #...scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html -
maihamadb schema
Member 2 会員住所情報 MEMBER_ADDRESS TABLE MEMBER...(会員)MEMBER (arrangeQuery=2) 会員のプロフィールやアカウントなどの基本情報を保持する。...dbflute.seasar.org/ja/data/doc/harbor/schema-maihamadb.html -
resample — scikit-learn 1.8.0 documentation
[ 2. , 1. ], [ 0. , 0. ]]) >>>...>>> y = np . array ([ 0 , 1 , 2 ]) >>> from scipy.sparse...scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html -
neighbors.rst.txt
[-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]]) >>> nbrs...np.array([[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]]) >>> kdt...scikit-learn.org/stable/_sources/modules/neighbors.rst.txt -
Visualizing the probabilistic predictions of a ...
SplineTransformer ( degree = 2 , n_knots = 2 ), PolynomialFeatures (...SplineTransformer(degree=2, n_knots=2)), ('polynomialfeatures',...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html -
Statistical comparison of models using grid sea...
factorial ( 2 ) * factorial ( len ( model_scores ) - 2 ) ) pairwise_t_test..."poly" ], "degree" : [ 2 , 3 ]}, { "kernel" :...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
brier_score_loss — scikit-learn 1.8.0 doc...
2 , 0.7 , 0.1 ], [ 0.2 , 0.2 , 0.6 ]], ... labels...by 1/2 to lie in the [0, 1] range instead of the [0, 2] range....scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html -
lasso_path — scikit-learn 1.8.0 documenta...
it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html -
spectral_clustering — scikit-learn 1.8.0 ...
[2] . Read more in the User Guide...be avoided. Added in version 1.2: Added ‘auto’ option. assign_labels...scikit-learn.org/stable/modules/generated/sklearn.cluster.spectral_clustering.html -
VotingRegressor — scikit-learn 1.8.0 docu...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4 , 16 ],...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html