Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 3,451 for 1 (0.08 sec)

  1. Curve Fitting with Bayesian Ridge Regression — ...

    values (alpha_init = 1.90, lambda_init = 1.), the bias of the resulting...scale = 0.1 , size = size ) x_test = np . linspace ( 0.0 , 1.0 , 100...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Thu Oct 31 11:00:34 UTC 2024
      93.8K bytes
      Cache
     
  2. SGD: convex loss functions — scikit-learn 1.5.2...

    z >= - 1 ] = ( 1 - z [ z >= - 1 ]) ** 2 loss [ z >= 1.0 ] = 0...([ xmin , 0 , 0 , xmax ], [ 1 , 1 , 0 , 0 ], color = "gold" ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html
    Thu Oct 31 11:00:34 UTC 2024
      88K bytes
      Cache
     
  3. Label Propagation learning a complex structure ...

    X [ labels == - 1 , 0 ], X [ labels == - 1 , 1 ], color = "darkorange"...circle), 1 (belonging to the inner circle), and -1 (unknown)....
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_structure.html
    Thu Oct 31 11:00:34 UTC 2024
      106.9K bytes
      Cache
     
  4. Metrics configuration options | APM Java Agent ...

    dedot_custom_metrics ( [ 1.22.0 ] Added in 1.22.0. ) Replaces dots...gram_boundaries ( [ 1.37.0 ] Added in 1.37.0. experimental) This...
    www.elastic.co/guide/en/apm/agent/java/current/config-metrics.html
    Mon Sep 23 15:24:14 UTC 2024
      22.6K bytes
      Cache
     
  5. Gaussian processes on discrete data structures ...

    array ([ 1.0 , 1.0 , 2.0 , 2.0 , 3.0 , 3.0 ])...( len ( X_train )), [ 1.0 if c else - 1.0 for c in Y_train ],...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Thu Oct 31 11:00:34 UTC 2024
      116.4K bytes
      Cache
     
  6. 7. Dataset loading utilities — scikit-learn 1.5...

    1. Toy datasets 7.1.1. Iris plants dataset 7.1.2. Diabetes...digits dataset 7.1.4. Linnerrud dataset 7.1.5. Wine recognition dataset...
    scikit-learn.org/stable/datasets.html
    Thu Oct 31 11:00:34 UTC 2024
      38.8K bytes
      Cache
     
  7. Plot randomly generated multilabel dataset — sc...

    1 ], color = COLORS . take (( Y * [ 1 , 2 , 4 ]) ...., n_labels = 1 ) ax1 . set_title ( "n_labels=1, length=50" )...
    scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.html
    Thu Oct 31 11:00:34 UTC 2024
      92.5K bytes
      Cache
     
  8. Plot randomly generated classification dataset ...

    n_informative = 1 , n_clusters_per_class = 1 ) plt . scatter...n_clusters_per_class = 1 ) plt . scatter ( X1 [:, 0 ], X1 [:, 1 ], marker...
    scikit-learn.org/stable/auto_examples/datasets/plot_random_dataset.html
    Thu Oct 31 11:00:32 UTC 2024
      97.3K bytes
      Cache
     
  9. additive_chi2_kernel — scikit-learn 1.5.2 docum...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...additive_chi2_kernel ( X , Y ) array([[-1., -2.], [-2., -1.]]) On this page Show...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html
    Thu Oct 31 11:00:34 UTC 2024
      108.2K bytes
      Cache
     
  10. Plot classification boundaries with different S...

    1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 ]) # Plotting settings...], [ - 1.5 , - 1.0 ], [ - 1.4 , - 0.9 ], [ - 1.3 , - 1.2 ], [...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html
    Thu Oct 31 11:00:34 UTC 2024
      118.5K bytes
      Cache
     
Back to top