Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 771 - 780 of 2,934 for 1 (0.07 sec)

  1. SGD: convex loss functions — scikit-learn 1.7.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
    Mon Nov 03 14:20:04 UTC 2025
      92.4K bytes
      Cache
     
  2. 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
    Mon Nov 03 14:20:03 UTC 2025
      120.9K bytes
      1 views
      Cache
     
  3. 8. Dataset loading utilities — scikit-learn 1.7...

    1. Toy datasets 8.1.1. Iris plants dataset 8.1.2. Diabetes...digits dataset 8.1.4. Linnerrud dataset 8.1.5. Wine recognition dataset...
    scikit-learn.org/stable/datasets.html
    Mon Nov 03 14:20:04 UTC 2025
      38.5K bytes
      Cache
     
  4. 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
    Mon Nov 03 14:20:05 UTC 2025
      97.1K bytes
      Cache
     
  5. Time-related feature engineering — scikit-learn...

    spring 0 1 0 False 6 False clear 9.84 14.395 0.81 0.0000 1 spring...spring 0 1 1 False 6 False clear 9.02 13.635 0.80 0.0000 2 spring...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Mon Nov 03 14:20:04 UTC 2025
      216.4K bytes
      Cache
     
  6. Introducing the set_output API — scikit-learn 1...

    798301 -1.271411 -1.327605 12 -1.244466 -0.086944 -1.327407 -1.459074...60 5.0 2.0 3.5 1.0 1 4.9 3.0 1.4 0.2 8 4.4 2.9 1.4 0.2 93 5.0 2.3...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Mon Nov 03 14:20:04 UTC 2025
      160.9K bytes
      Cache
     
  7. additive_chi2_kernel — scikit-learn 1.7.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 This...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html
    Mon Nov 03 14:20:04 UTC 2025
      108.6K bytes
      Cache
     
  8. fowlkes_mallows_score — scikit-learn 1.7.2 docu...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> fowlkes_mallows_score...fowlkes_mallows_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html
    Mon Nov 03 14:20:04 UTC 2025
      110.9K bytes
      Cache
     
  9. Image denoising using dictionary learning — sci...

    raccoon_face [ 1 :: 4 , :: 4 ] + raccoon_face [:: 4 , 1 :: 4 ] + raccoon_face...raccoon_face [ 1 :: 4 , 1 :: 4 ] ) raccoon_face /= 4.0 height...
    scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html
    Mon Nov 03 14:20:05 UTC 2025
      120.6K bytes
      Cache
     
  10. balanced_accuracy_score — scikit-learn 1.7.2 do...

    1 , 0 , 0 , 1 , 0 ] >>> y_pred = [ 0 , 1 , 0 , 0 ,...each class. The best value is 1 and the worst value is 0 when...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html
    Mon Nov 03 14:20:05 UTC 2025
      110.7K bytes
      Cache
     
Back to top