Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 379 for f (0.41 sec)

  1. 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
    Tue Nov 04 06:34:51 UTC 2025
      111.5K bytes
      Cache
     
  2. 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
    Tue Nov 04 06:34:50 UTC 2025
      115.5K bytes
      Cache
     
  3. 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
    Tue Nov 04 06:34:51 UTC 2025
      99.5K bytes
      Cache
     
  4. 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
    Tue Nov 04 06:34:50 UTC 2025
      150.8K bytes
      Cache
     
  5. 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
    Tue Nov 04 06:34:51 UTC 2025
      132.8K bytes
      Cache
     
  6. 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
    Tue Nov 04 06:34:50 UTC 2025
      100.9K bytes
      Cache
     
  7. 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
    Tue Nov 04 06:34:51 UTC 2025
      134.1K bytes
      Cache
     
  8. 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
    Tue Nov 04 06:34:51 UTC 2025
      123.3K bytes
      Cache
     
  9. 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
    Tue Nov 04 06:34:51 UTC 2025
      122.5K bytes
      Cache
     
  10. 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
    Tue Nov 04 06:34:50 UTC 2025
      77.2K bytes
      Cache
     
Back to top