- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 379 for f (0.41 sec)
-
r_regression — scikit-learn 1.7.2 documentation
f_classif ANOVA F-value between label/feature...coefficients of features. See also f_regression Univariate linear regression...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.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 -
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 -
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 -
Ability of Gaussian process regression (GPR) to...
title ( ( f "Initial: { kernel } \n Optimum:...\n Log-Marginal-Likelihood: " f " { gpr . log_marginal_likelihood...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy.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 -
GenericUnivariateSelect — scikit-learn 1.7.2 do...
See also f_classif ANOVA F-value between label/feature...for classification tasks. f_regression F-value between label/feature...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html -
Model-based and sequential feature selection — ...
time () print ( f " \n tol: { tol } " ) print ( f "Features selected:...X , y ) toc = time () print ( f "Features selected by SelectFromModel:...scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html -
Importance of Feature Scaling — scikit-learn 1....
label = f "class { target_class } " , alpha...1 ], color = color , label = f "class { target_class } " , alpha...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html -
10. Model persistence — scikit-learn 1.7.2 docu...
"wb" ) as f : f . write ( onx . SerializeToString..."filename.onnx" , "rb" ) as f : onx = f . read () sess = InferenceSession...scikit-learn.org/stable/model_persistence.html