Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 390 of 3,483 for 1 (0.09 sec)

  1. fetch_openml — scikit-learn 1.6.0 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...Added in version 1.2. Changed in version 1.4: The default value...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html
    Fri Dec 20 11:14:16 UTC 2024
      152.3K bytes
      Cache
     
  2. pairwise_kernels — scikit-learn 1.6.0 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 Dec 20 11:14:14 UTC 2024
      111.4K bytes
      Cache
     
  3. estimate_bandwidth — scikit-learn 1.6.0 documen...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.estimate_bandwidth.html
    Fri Dec 20 11:14:16 UTC 2024
      111.2K bytes
      Cache
     
  4. ward_tree — scikit-learn 1.6.0 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 Dec 20 11:14:16 UTC 2024
      112.7K bytes
      Cache
     
  5. Feature discretization — scikit-learn 1.6.0 doc...

    logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (..."linearsvc__C" : np . logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Fri Dec 20 11:14:14 UTC 2024
      128.5K bytes
      Cache
     
  6. Classifier comparison — scikit-learn 1.6.0 docu...

    C = 1 , random_state = 42 ), GaussianProcessClass ( 1.0 * RBF...max_features = 1 , random_state = 42 ), MLPClassifier ( alpha = 1 , max_iter...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Fri Dec 20 11:14:18 UTC 2024
      114.2K bytes
      Cache
     
  7. linear_kernel — scikit-learn 1.7.dev0 documenta...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...linear_kernel ( X , Y ) array([[0., 0.], [1., 2.]]) On this page Show Source...
    scikit-learn.org/dev/modules/generated/sklearn.metrics.pairwise.linear_kernel.html
    Mon Dec 09 18:03:46 UTC 2024
      107.8K bytes
      Cache
      Similar Results (1)
     
  8. rbf_kernel — scikit-learn 1.7.dev0 documentation

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...default=None If None, defaults to 1.0 / n_features. Returns : kernel...
    scikit-learn.org/dev/modules/generated/sklearn.metrics.pairwise.rbf_kernel.html
    Mon Dec 09 18:03:45 UTC 2024
      107.5K bytes
      Cache
      Similar Results (1)
     
  9. hamming_loss — scikit-learn 1.6.0 documentation

    1 ], [ 1 , 1 ]]), np . zeros (( 2 , 2...between 0 and 1, lower being better. References [ 1 ] Grigorios...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Fri Dec 20 11:14:16 UTC 2024
      112.1K 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 Dec 20 11:14:18 UTC 2024
      102.1K bytes
      Cache
     
Back to top