Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 781 - 790 of 3,487 for 1 (0.08 sec)

  1. check_scoring — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub check_scoring # sklearn.metrics. check_scoring ( estimator = None , ...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.check_scoring.html
    Fri Nov 01 07:27:39 UTC 2024
      108K bytes
      Cache
     
  2. 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
    Fri Nov 01 07:27:39 UTC 2024
      113.9K bytes
      Cache
     
  3. Column Transformer with Mixed Types — scikit-le...

    1 , 1.0 , 10 , 100 ], } search_cv...param_distributions={'classifier__C': [0.1, 1.0, 10, 100], 'preprocessor_...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Fri Nov 01 07:27:40 UTC 2024
      178.4K bytes
      Cache
     
  4. Semi-supervised Classification on a Text Datase...

    sum ( 1 for x in y_train if x == - 1 )) clf . fit (...training set: 1706 End of iteration 1, added 1076 new labels. End of...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Fri Nov 01 07:27:39 UTC 2024
      100.4K bytes
      Cache
     
  5. pairwise_kernels — scikit-learn 1.5.2 documenta...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.pairwise_kernels.html
    Fri Nov 01 07:27:40 UTC 2024
      110.1K bytes
      Cache
     
  6. ward_tree — scikit-learn 1.5.2 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...children ndarray of shape (n_nodes-1, 2) The children of each non-leaf...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html
    Fri Nov 01 07:27:38 UTC 2024
      111.5K bytes
      Cache
     
  7. Robust covariance estimation and Mahalanobis di...

    where feature 1 has a standard deviation equal to 1 and feature...np . arange ( 1 , n_features ), np . arange ( 1 , n_features )]...
    scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html
    Fri Nov 01 07:27:40 UTC 2024
      112.6K bytes
      Cache
     
  8. Color Quantization using K-Means — scikit-learn...

    (need to # be in the range [0-1]) china = np . array ( china ,...random_state = 0 , n_samples = 1_000 ) kmeans = KMeans ( n_clusters...
    scikit-learn.org/stable/auto_examples/cluster/plot_color_quantization.html
    Fri Nov 01 07:27:41 UTC 2024
      96.2K bytes
      Cache
     
  9. Decision Tree Regression — scikit-learn 1.5.2 d...

    RandomState ( 1 ) X = np . sort ( 5 * rng . rand ( 80 , 1 ), axis =...0.01 )[:, np . newaxis ] y_1 = regr_1 . predict ( X_test ) y_2...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Fri Nov 01 07:27:39 UTC 2024
      87.4K bytes
      Cache
     
  10. Plot classification probability — scikit-learn ...

    shape [ 1 ] C = 10 kernel = 1.0 * RBF ([ 1.0 , 1.0 ]) # for...for { name } : { accuracy : 0.1% } " ) for label in np . unique...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Fri Nov 01 07:27:40 UTC 2024
      97.7K bytes
      Cache
     
Back to top