- Sort Score
- Num 10 results
- Language All
- Labels All
Results 411 - 420 of over 10,000 for 1 (0.57 seconds)
-
mean_tweedie_deviance — scikit-learn 1.8....
power = 1 ) 1.4260... Gallery examples # Tweedie...power <= 0 or power >= 1. The higher p the less weight...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html -
DefaultTransactionDefinition (Spring Framework ...
Default is TIMEOUT_DEFAULT (-1). Exclusively designed for use...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/transaction/support/... -
dcg_score — scikit-learn 1.8.0 documentation
asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by...to have a score between 0 and 1. References Wikipedia entry for...scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html -
export_graphviz — scikit-learn 1.8.0 docu...
scikit-learn.org/stable/modules/generated/sklearn.tree.export_graphviz.html -
log_loss — scikit-learn 1.8.0 documentation
p) = -(y \log (p) + (1 - y) \log (1 - p))\] Read more in the..."spam" ], ... [[ .1 , .9 ], [ .9 , .1 ], [ .8 , .2 ], [ .35...scikit-learn.org/stable/modules/generated/sklearn.metrics.log_loss.html -
dict_learning_online — scikit-learn 1.8.0...
1 ( U , V ) with || V_k || _2 = 1 for all 0 <=...heuristics. Added in version 1.1. return_code bool, default=True...scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning_online.html -
BayesianGaussianMixture — scikit-learn 1....
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [...mixtures”. Bayesian analysis 1.1 Examples >>> import...scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html -
Demo of DBSCAN clustering algorithm — sci...
centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , labels_true...len ( set ( labels )) - ( 1 if - 1 in labels else 0 ) n_noise_...scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html -
SelectFpr — scikit-learn 1.8.0 documentation
Added in version 1.0. See also f_classif ANOVA F-value......, "x(n_features_in_ - 1)"] . If input_features is...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html -
Pipeline ANOVA SVM — scikit-learn 1.8.0 d...
versionchanged:: 1.3 The `"auto"` option is added in version 1.3 and will...intercept term: `[x_1, ..., x_n, 1]`, where 1 corresponds to the intercept....scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html