- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1261 - 1270 of over 10,000 for 2 (1.31 seconds)
Filter
-
NOT 检索
如果想搜索包含”搜索词1”但不包含”搜索词2”的文档,输入并搜索如下内容: 搜索词1 NOT 搜索词2...fess.codelibs.org/zh-cn/15.5/user/search-not.html -
NOT 检索
如果想搜索包含”搜索词1”但不包含”搜索词2”的文档,输入并搜索如下内容: 搜索词1 NOT 搜索词2...fess.codelibs.org/zh-cn/15.4/user/search-not.html -
DummyRegressor — scikit-learn 1.8.0 documentation
2.0 , 3.0 , 4.0 ]) >>> y = np . array ([ 2.0 , 3.0 ,...determination R^2 of the prediction. The coefficient R^2 is defined...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
A guide to single root I/O virtualization (SR-I...
PCIe4 2-port 100 GbE RoCE x16 adapter EC75 and EC76 PCIe4 2-port...command will not list them. Listing 2: Convert the adapter mode from...developer.ibm.com/articles/sriov-commands-aix-network-adapters/ -
jaccard_score — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html -
PassiveAggressiveRegressor — scikit-learn 1.8.0...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...[1, n_features] if n_classes == 2 else [n_classes, n_features] Weights...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html -
t-SNE: The effect of various perplexity values ...
2 sec circles, perplexity=50 in...n_samples = 150 n_components = 2 ( fig , subplots ) = plt . subplots...scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html -
SVM: Weighted samples — scikit-learn 1.8.0 docu...
n_features = 2 , n_informative = 2 , n_redundant = 0 ,..., axes = plt . subplots ( 1 , 2 , figsize = ( 14 , 6 )) plot_decision_function...scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html -
Scalable learning with polynomial kernel approx...
= 2 ] = 0 y [ y == 2 ] = 1 # We will try to...We use the Covtype dataset [ 2 ] , trying to reproduce the experiments...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html -
mean_squared_log_error — scikit-learn 1.8.0 doc...
2 ], [ 7 , 6 ]] >>> y_pred = [[ 0.5 , 2 ], [ 1 , 2.5 ],...y_true = [ 3 , 5 , 2.5 , 7 ] >>> y_pred = [ 2.5 , 5 , 4 , 8 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html