Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 272 for f (0.04 sec)

  1. L1-based models for Sparse Signals — scikit-lea...

    " f "ARD $R^2$: { r2_score_ard : .3f } , " f "ElasticNet...( X_train , y_train ) print ( f "Lasso fit done in { ( time ()...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Sat May 18 15:26:00 UTC 2024
      61.3K bytes
      Cache
     
  2. Approximate nearest neighbors in TSNE — scikit-...

    msg = f "Benchmarking on { dataset_name } :" print ( f " \n {...msg = f "Benchmarking on { dataset_name } :" print ( f " \n {...
    scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html
    Sat May 18 15:26:01 UTC 2024
      71.8K bytes
      Cache
     
  3. Precision-Recall — scikit-learn 1.4.2 documenta...

    positives ( \(F_p\) ). \(P = \frac{T_p}{T_p+F_p}\) Recall ( \(R\)...negatives ( \(F_n\) ). \(R = \frac{T_p}{T_p + F_n}\) These quantities...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Sat May 18 15:26:00 UTC 2024
      76.2K bytes
      Cache
     
  4. 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
    Sat May 18 15:26:00 UTC 2024
      59.5K bytes
      Cache
     
  5. 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
    Sat May 18 15:26:01 UTC 2024
      59K bytes
      Cache
     
  6. Polynomial and Spline interpolation — scikit-le...

    def f ( x ): """Function to be approximated...replace = False )) y_train = f ( x_train ) # create 2D-array...
    scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html
    Sat May 18 15:26:00 UTC 2024
      57.8K bytes
      Cache
     
  7. about.rst.txt

    F. and Varoquaux, G. and Gramfort,...
    scikit-learn.org/stable/_sources/about.rst.txt
    Sat May 18 15:26:01 UTC 2024
      16.5K bytes
      3 views
     
  8. 1.13. Feature selection — scikit-learn 1.4.2 do...

    f_classif , mutual_info_classif The methods based on F-test...estimator. For instance, we can use a F-test to retrieve the two best...
    scikit-learn.org/stable/modules/feature_selection.html
    Sat May 18 15:26:00 UTC 2024
      54.1K bytes
      Cache
     
  9. Categorical Feature Support in Gradient Boostin...

    shape [ 1 ] print ( f "Number of samples: { X . shape...shape [ 0 ] } " ) print ( f "Number of features: { X . shape [ 1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Sat May 18 15:26:00 UTC 2024
      60.7K bytes
      Cache
     
  10. Feature agglomeration vs. univariate selection ...

    BayesianRidge f_regression = mem . cache ( feature_selection . f_regression...univariate_selection.f_regression... f_regression(array([[-0.451933,...
    scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection....
    Sat May 18 15:26:00 UTC 2024
      49.4K bytes
      Cache
     
Back to top