Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 396 for f (0.04 sec)

  1. 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
    Wed Oct 30 20:01:23 UTC 2024
      92.8K bytes
      Cache
     
  2. Effect of transforming the targets in regressio...

    model_selection import train_test_split f , ( ax0 , ax1 ) = plt . subplots..."Transformed target distribution" ) f . suptitle ( "Synthetic data"...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Wed Oct 30 20:01:23 UTC 2024
      120.6K bytes
      Cache
     
  3. dump_svmlight_file — scikit-learn 1.5.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
    Wed Oct 30 20:01:21 UTC 2024
      107.8K bytes
      Cache
     
  4. 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
    Wed Oct 30 20:01:21 UTC 2024
      107.5K bytes
      Cache
     
  5. 9. Model persistence — scikit-learn 1.5.2 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
    Wed Oct 30 20:01:21 UTC 2024
      77.1K bytes
      Cache
     
  6. Election 2024 live updates: Harris delivers 'cl...

    rejected a long-shot bid by Robert F. Kennedy Jr., who ended his independent...assassinated Rebecca Shabad Robert F. Kennedy Jr. suggested this morning...
    www.nbcnews.com/politics/2024-election/live-blog/election-2024-live-updates-harris-trump-rcna177528
    Wed Oct 30 00:57:54 UTC 2024
      1.4M bytes
      Cache
     
  7. Monotonic Constraints — scikit-learn 1.5.2 docu...

    with f_0, and negatively correlated with f_1 y = 5 * f_0 + np.... pi * f_0 ) - 5 * f_1 - np . cos ( 10 * np . pi * f_1 ) + noise...
    scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html
    Wed Oct 30 20:01:21 UTC 2024
      119.1K bytes
      Cache
     
  8. Color Quantization using K-Means — scikit-learn...

    image_array_sample ) print ( f "done in { time () - t0 : 0.3f...predict ( image_array ) print ( f "done in { time () - t0 : 0.3f...
    scikit-learn.org/stable/auto_examples/cluster/plot_color_quantization.html
    Wed Oct 30 20:01:21 UTC 2024
      96.2K bytes
      Cache
     
  9. sklearn.feature_selection — scikit-learn 1.5.2 ...

    f_classif Compute the ANOVA F-value for the provided...provided sample. f_regression Univariate linear regression tests...
    scikit-learn.org/stable/api/sklearn.feature_selection.html
    Wed Oct 30 20:01:23 UTC 2024
      120.5K bytes
      Cache
     
  10. 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
    Wed Oct 30 20:01:23 UTC 2024
      97.5K bytes
      Cache
     
Back to top