Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 298 for f (0.04 sec)

  1. Clustering text documents using k-means — sciki...

    print ( f "LSA done in { time () - t0 : .3f } s" ) print ( f "Explained...unique_labels . shape [ 0 ] print ( f " { len ( dataset . data ) } documents...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Fri May 31 14:06:06 UTC 2024
      149.1K bytes
      Cache
     
  2. 9. Model persistence — scikit-learn 1.5.0 docum...

    "wb" ) as f : f . write ( onx . SerializeToString..."filename.onnx" , "rb" ) as f : onx = f . read () sess = InferenceSession...
    scikit-learn.org/stable/model_persistence.html
    Fri May 31 14:06:04 UTC 2024
      78.9K bytes
      Cache
     
  3. Comparing Random Forests and Histogram Gradient...

    print ( f "The dataset consists of { n_samples...only_physical_cores = True ) print ( f "Number of physical cores: { N_CORES...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Fri May 31 14:06:04 UTC 2024
      123.9K bytes
      Cache
     
  4. Prediction Intervals for Gradient Boosting Regr...

    f ( xx ), "g:" , linewidth = 3 , label = r "$f(x) = x\,\sin(x)$"...( xx , f ( xx ), "g:" , linewidth = 3 , label = r "$f(x) = x\,\sin(x)$"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Fri May 31 14:06:06 UTC 2024
      140.8K bytes
      Cache
     
  5. 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
     
  6. 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
     
  7. dump_svmlight_file — scikit-learn 1.5.0 documen...

    data will be written to f. f should be opened in binary mode....dump_svmlight_file ( X , y , f , * , zero_based = True , comment...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.dump_svmlight_file.html
    Fri May 31 14:06:06 UTC 2024
      115K bytes
      Cache
     
  8. Vector Quantization Example — scikit-learn 1.5....

    face ( gray = True ) print ( f "The dimension of the image is...raccoon_face . shape } " ) print ( f "The data used to encode the image...
    scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html
    Fri May 31 14:06:06 UTC 2024
      111.4K bytes
      Cache
     
  9. Comparison of kernel ridge regression and SVR —...

    time () - t0 print ( f "Best SVR with params: { svr ....= time . time () - t0 print ( f "Best KRR with params: { kr ....
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Fri May 31 14:06:06 UTC 2024
      122.1K bytes
      Cache
     
  10. 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
    Fri May 31 14:06:06 UTC 2024
      119.1K bytes
      Cache
     
Back to top