- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 369 for f (0.04 sec)
-
Prediction Intervals for Gradient Boosting Regr...
f ( xx ), "black" , linewidth = 3 , label = r "$f(x) = x\,\sin(x)$"...xx , f ( xx ), "black" , linewidth = 3 , label = r "$f(x) = x\,\sin(x)$"...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html -
L1 Penalty and Sparsity in Logistic Regression ...
* 100 print ( f "C= { C : .2f } " ) print ( f " { 'Sparsity with...sparsity_l1_LR : .2f } %" ) print ( f " { 'Sparsity with Elastic-Net...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html -
Scalable learning with polynomial kernel approx...
annotate ( f "n_comp.= { n_components } " , ( results [ f "LSVM +..."score" : lsvm_score } print ( f "Linear SVM score on raw features:...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html -
Classification of text documents using sparse f...
print ( f " { len ( data_train . data ) } documents - " f " { data_train_size_mb...print ( f " { len ( target_names ) } categories" ) print ( f "vectorize...scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html -
Multiclass Receiver Operating Characteristic (R...
name = f " { class_of_interest } vs the...effect of numpy.ravel : print ( f "y_score: \n { y_score [ 0 : 2...scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html -
gads.js
;var f=o(e,l,p,t);if(f){if(!f.allow)return d(f),!1;i=f}}}cat...n e.pbLg=f.low,e.pbMg=f.med,e.pbHg=f.high,e.pbAg=f.auto,e.pb...adcdn.goo.ne.jp/images/js/gads.js -
The Johnson-Lindenstrauss bound for embedding w...
legend ([ f "eps = { eps : 0.1f } " for eps...color = color ) plt . legend ([ f "n_samples = { n } " for n in...scikit-learn.org/stable/auto_examples/miscellaneous/plot_johnson_lindenstrauss_bound.html -
permutation_test_score — scikit-learn 1.7.2 doc...
) >>> print ( f "Original Score: { score : .3f...Score: 0.810 >>> print ( ... f "Permutation Scores: { permutation_scores...scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html -
Demo of DBSCAN clustering algorithm — scikit-le...
print ( f "Homogeneity: { metrics . homogeneity_score...labels ) : .3f } " ) print ( f "Completeness: { metrics . completeness_score...scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html -
Examples of Using FrozenEstimator — scikit-lear...
estimates for three data points: \n " f " { classifier . predict_proba...same three data points: \n " f " { classifier . predict ( X_test...scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html