Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. Comparison of kernel ridge and Gaussian process...

    training_noisy_target ) print ( f "Fitting KernelRidge with default...training_noisy_target ) print ( f "Time for KernelRidge fitting:...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html
    Fri May 31 14:06:04 UTC 2024
      144.5K bytes
      Cache
     
  2. 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
    Fri May 31 14:06:04 UTC 2024
      123.8K bytes
      Cache
     
  3. fbeta_score — scikit-learn 1.5.0 documentation

    [source] # Compute the F-beta score. The F-beta score is the weighted...precision. The formula for F-beta score is: \[F_\beta = \frac{(1 + \beta^2)...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html
    Fri May 31 14:06:06 UTC 2024
      127.2K bytes
      1 views
      Cache
     
  4. 1.17. Neural network models (supervised) — scik...

    algorithm that learns a function \(f: R^m \rightarrow R^o\) by training...neuron MLP learns the function \(f(x) = W_2 g(W_1^T x + b_1) + b_2\)...
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Fri May 31 14:06:07 UTC 2024
      72.4K bytes
      Cache
     
  5. Evaluation of outlier detection estimators — sc...

    toc = perf_counter () print ( f "Duration for { model_name } :...shape [ 0 ], y . mean () print ( f " { n_samples } datapoints with...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html
    Fri May 31 14:06:04 UTC 2024
      161.5K bytes
      Cache
     
  6. precision_recall_fscore_support — scikit-learn ...

    'f-score') , sample_weight = None...# Compute precision, recall, F-measure and support for each class....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html
    Fri May 31 14:06:06 UTC 2024
      128.2K bytes
      Cache
     
  7. Custom refit strategy of a grid search with cro...

    target == 8 print ( f "The number of images is { X ....filtered_cv_results [ "params" ], ): print ( f "precision: { mean_precision :...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Fri May 31 14:06:06 UTC 2024
      121.9K bytes
      Cache
     
  8. Lasso on dense and sparse data — scikit-learn 1...

    y ) print ( f "Sparse Lasso done in { ( time...dense_lasso . fit ( X , y ) print ( f "Dense Lasso done in { ( time...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_dense_vs_sparse_data.html
    Fri May 31 14:06:06 UTC 2024
      96.4K bytes
      Cache
     
  9. Gaussian processes on discrete data structures ...

    baseline_similarity_bounds ) def _f ( self , s1 , s2 ): """ kernel...return ( np . array ([[ self . _f ( x , y ) for y in Y ] for x in...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Fri May 31 14:06:06 UTC 2024
      119.6K bytes
      Cache
     
  10. FeatureHasher and DictVectorizer Comparison — s...

    s in raw_data ) / 1e6 print ( f " { len ( raw_data ) } documents...data_size_mb / duration ) print ( f "done in { duration : .3f } s...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Fri May 31 14:06:06 UTC 2024
      142.3K bytes
      Cache
     
Back to top