Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 381 for f (0.07 sec)

  1. Hierarchical clustering: structured vs unstruct...

    print ( f "Elapsed time: { elapsed_time : .2f } s" ) print ( f "Number...print ( f "Elapsed time: { elapsed_time : .2f } s" ) print ( f "Number...
    scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html
    Tue Nov 04 06:34:50 UTC 2025
      101.9K bytes
      Cache
     
  2. 1.13. Feature selection — scikit-learn 1.7.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
    Tue Nov 04 06:34:51 UTC 2025
      73.8K bytes
      Cache
     
  3. Introducing the set_output API — scikit-learn 1...

    transform ( X_test ) print ( f "Default output type: { type (...transform ( X_test ) print ( f "Configured pandas output type:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Tue Nov 04 06:34:51 UTC 2025
      160.9K bytes
      Cache
     
  4. 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
     
  5. 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
    Tue Nov 04 06:34:51 UTC 2025
      125.4K bytes
      Cache
     
  6. 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
    Tue Nov 04 06:34:50 UTC 2025
      150.2K bytes
      Cache
     
  7. 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
     
  8. Vector Quantization Example — scikit-learn 1.7....

    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
    Tue Nov 04 06:34:51 UTC 2025
      111.1K bytes
      Cache
     
  9. Prediction Intervals for Gradient Boosting Regr...

    f ( xx ), "black" , linewidth = 3 , label = r "$f(x) = x\,\sin(x)$"...xx , f ( xx ), "black" , linewidth = 3 , label = r "$f(x) = x\,\sin(x)$"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Tue Nov 04 06:34:50 UTC 2025
      140.9K bytes
      Cache
     
  10. dump_svmlight_file — scikit-learn 1.7.2 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
    Tue Nov 04 06:34:51 UTC 2025
      108.8K bytes
      Cache
     
Back to top