Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 581 - 590 of 3,757 for 1 (0.65 sec)

  1. export_text — scikit-learn 1.7.2 documentation

    (cm) <= 1.75 | | |--- class: 1 | |--- petal width (cm) > 1.75 |...be used (“feature_0”, “feature_1”, …). class_names array-like of...
    scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html
    Mon Sep 15 09:31:45 UTC 2025
      110.7K bytes
      2 views
      Cache
     
  2. estimator_checks_generator — scikit-learn 1.7.2...

    Added in version 1.6. Parameters : estimator estimator...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.estimator_checks_generat...
    Wed Sep 17 19:57:59 UTC 2025
      109.7K bytes
      Cache
     
  3. shrunk_covariance — scikit-learn 1.7.2 document...

    1 ) [source] # Calculate covariance...ndarray. shrinkage float, default=0.1 Coefficient in the convex combination...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.shrunk_covariance.html
    Wed Sep 17 19:58:00 UTC 2025
      108.5K bytes
      Cache
     
  4. Visualizations with Display Objects — scikit-le...

    0001 C 1.0 fit_intercept True intercept_scaling 1 class_weight...pos_label = clf . classes_ [ 1 ]) roc_display = RocCurveDisplay...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Wed Sep 17 19:57:59 UTC 2025
      126.6K bytes
      Cache
     
  5. inplace_swap_column — scikit-learn 1.7.2 docume...

    1 ) >>> csr . todense () matrix([[0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html
    Mon Sep 15 09:31:45 UTC 2025
      108K bytes
      Cache
     
  6. Nearest Neighbors regression — scikit-learn 1.7...

    1 , i + 1 ) plt . scatter ( X_train...sort ( 5 * rng . rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Wed Sep 17 19:57:59 UTC 2025
      91.4K bytes
      Cache
     
  7. Label Propagation digits: Active learning — sci...

    support 0 1.00 1.00 1.00 22 1 0.85 1.00 0.92 22 2 1.00 1.00 1.00 28...support 0 1.00 1.00 1.00 22 1 0.85 1.00 0.92 22 2 1.00 1.00 1.00 27...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits_active_learni...
    Wed Sep 17 19:57:58 UTC 2025
      109.1K bytes
      Cache
     
  8. Nearest Neighbors Classification — scikit-learn...

    feature_names [ 1 ], shading = "auto" , alpha =.... iloc [:, 0 ], X . iloc [:, 1 ], c = y , edgecolors = "k" )...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Wed Sep 17 19:57:58 UTC 2025
      96.2K bytes
      Cache
     
  9. Linear and Quadratic Discriminant Analysis with...

    0) and (1, 1) . Each blob is assigned a specific...cov_class_2 + np . array ([ 1 , 1 ]), ] ) y = np . concatenate...
    scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html
    Wed Sep 17 19:57:59 UTC 2025
      118.5K bytes
      Cache
     
  10. Vector Quantization Example — scikit-learn 1.7....

    bin_edges [: - 1 ] + ( bin_edges [ 1 :] - bin_edges [: - 1 ]) / 2 bin_center...bin_edges [: - 1 ] + ( bin_edges [ 1 :] - bin_edges [: - 1 ]) / 2 bin_center...
    scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html
    Wed Sep 17 19:58:00 UTC 2025
      111.1K bytes
      Cache
     
Back to top