Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 408 for f (0.04 sec)

  1. 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
    Thu Oct 31 11:00:34 UTC 2024
      107.5K bytes
      Cache
     
  2. 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
    Thu Oct 31 11:00:32 UTC 2024
      77.1K bytes
      Cache
     
  3. Plot classification probability — scikit-learn ...

    y_pred ) print ( f "Accuracy (train) for { name }...classifier_idx , label ] . set_title ( f "Class { label } " ) # plot data...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Thu Oct 31 11:00:34 UTC 2024
      97.7K bytes
      Cache
     
  4. 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
    Thu Oct 31 11:00:34 UTC 2024
      96.2K bytes
      Cache
     
  5. Java - String | DBFlute

    jflute [0] j [1] f [2] l [3] u [4] t [5] e [6] 例えば、1...name = "jflute" ; // [0] j [1] f [2] l [3] u [4] t [5] e [6] String...
    dbflute.seasar.org/ja/manual/topic/programming/java/string.html
    Thu Oct 31 08:02:03 UTC 2024
      19.8K bytes
      Cache
     
  6. Partial Dependence and Individual Conditional E...

    print ( f "done in { time () - tic : .3f } s" ) print ( f "Test...print ( f "done in { time () - tic : .3f } s" ) print ( f "Test...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Thu Oct 31 11:00:34 UTC 2024
      194.7K bytes
      Cache
     
  7. 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
    Thu Oct 31 11:00:34 UTC 2024
      121.2K 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
    Thu Oct 31 11:00:34 UTC 2024
      92.8K bytes
      Cache
     
  9. 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
    Thu Oct 31 11:00:32 UTC 2024
      120.6K bytes
      Cache
     
  10. Single estimator versus bagging: bias-variance ...

    f ( X_test ), "b" , label = "$f(x)$" ) plt . plot...estimators ) # Generate data def f ( x ): x = x . ravel () return...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Thu Oct 31 11:00:34 UTC 2024
      111.2K bytes
      Cache
     
Back to top