- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 771 - 780 of 2,446 for 2 (0.07 sec)
-
check_X_y — scikit-learn 1.7.2 documentation
2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> y = [ 1 , 2 , 3 ] >>>...array([[1, 2], [3, 4], [5, 6]]) >>> y array([1, 2, 3]) On this...scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html -
スケジューラ
ように記述します(前提としてウェブクロール設定のIDを1と2としファイルシステムクロール設定のIDを1とします)。 return..."info" ) . webConfigIds ([ "1" , "2" ] as String []) . fileConfigIds...fess.codelibs.org/ja/15.3/admin/scheduler-guide.html -
Principal Component Regression vs Partial Least...
n_samples ) / 2 fig , axes = plt . subplots ( 1 , 2 , figsize =...target. pca_2 = make_pipeline ( PCA ( n_components = 2 ), LinearRegression...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html -
sort_graph_by_row_values — scikit-learn 1.7.2 d...
2. ], ... [ 1. , 2. , 0. ]]) >>> X . data...data array([3., 1., 3., 2., 1., 2.]) >>> X_ = sort_graph_by_row_values...scikit-learn.org/stable/modules/generated/sklearn.neighbors.sort_graph_by_row_values.html -
top_k_accuracy_score — scikit-learn 1.7.2 docum...
2 , 2 ]) >>> y_score = np . array ([[ 0.5 , 0.2 , 0.2 ], #...top 2 ... [ 0.3 , 0.4 , 0.2 ], # 1 is in top 2 ... [ 0.2 , 0.4...scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html -
dict_learning — scikit-learn 1.7.2 documentation
_Fro ^ 2 + alpha * || U || _1 , 1 ( U , V ) with || V_k || _2 = 1...X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html -
APM Server version 6.2 | APM Server Reference [...
2.3 APM Server version 6.2.2 APM Server version 6.2.1 APM...Server version 6.2 View commits APM Server version 6.2.4 APM Server...www.elastic.co/guide/en/apm/server/current/release-notes-6.2.html -
euclidean_distances — scikit-learn 1.7.2 docume...
x ) - 2 * dot ( x , y ) + dot ( y , y...dot-products of vectors in Y (e.g., (Y**2).sum(axis=1) ) May be ignored...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.euclidean_distances.html -
Plot the decision surfaces of ensembles of tree...
2 , w_pad = 0.2 , pad = 2.5 ) plt . show ()...pair in ([ 0 , 1 ], [ 0 , 2 ], [ 2 , 3 ]): for model in models...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html -
7.5. Unsupervised dimensionality reduction — sc...
2. Random projections # The module:...scikit-learn.org/stable/modules/unsupervised_reduction.html