- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1261 - 1270 of over 10,000 for 2 (0.21 seconds)
-
plot_multi_metric_evaluation.py
range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2, re...ax.plot( [ X_axis[best_index], ] * 2, [0, best_score], linestyle="-.",...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
Fess Installationsanleitung
Installation von OpenSearch Schritt 2: Installation von Fess Schritt...Docker Compose-Dateien Schritt 2: Überprüfung der Docker Compose-Dateien...fess.codelibs.org/de/15.4/install/index.html -
SGDRegressor — scikit-learn 1.8.0 documen...
loss/||x||**2) . ‘pa2’: passive-aggressive algorithm 2, see [1]...eta = hinge_loss / (||x||**2 + 1/(2 eta0)) . Added in version...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html -
Adjustment for chance in clustering performance...
linspace ( 2 , n_samples , 10 ) . astype ( int ) plt . figure ( 2 ) plots...n_clusters_range = np . linspace ( 2 , 100 , 10 ) . astype ( int )...scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html -
TransactionManagementConfigurer (Spring Framewo...
DataSourceTransactio(dataSource()); } 2. Implement the method without...method above } If taking approach #2, be sure that only one of the...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/transaction/annotati... -
pairwise_distances_chunked — scikit-learn...
2 >>> def reduce_func (...[array([0, 3]), array([1]), array([2]), array([0, 3]), array([4])]...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html -
check_consistent_length — scikit-learn 1....
scikit-learn.org/stable/modules/generated/sklearn.utils.check_consistent_length.html -
gen_even_slices — scikit-learn 1.8.0 docu...
2, None), slice(2, 4, None), ..., slice(8,...[slice(0, 1, None), slice(1, 2, None), ..., slice(9, 10, None)]...scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html -
Post-tuning the decision threshold for cost-sen...
(2) in Elkan’s paper [ 2 ] . import numpy as...metric" , ) axs [ 2 ] . legend () axs [ 2 ] . set_xlabel ( "Decision...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
ExtraTreesRegressor — scikit-learn 1.8.0 ...
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