Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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
     
  2. 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
     
  3. 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
     
  4. 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
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. 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
     
  9. Ability of Gaussian process regression (GPR) to...

    title ( ( f "Initial: { kernel } \n Optimum:...\n Log-Marginal-Likelihood: " f " { gpr . log_marginal_likelihood...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy.html
    Thu Oct 31 11:00:34 UTC 2024
      128.5K bytes
      Cache
     
  10. 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
    Thu Oct 31 11:00:34 UTC 2024
      120.5K bytes
      Cache
     
Back to top