Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 1,798 for 1 (0.07 sec)

  1. Recently Deprecated — scikit-learn 1.5.0 docume...

    Deprecated # To be removed in 1.7 utils.discovery.all_estimators...from sklearn . To be removed in 1.6 utils.parallel_backend util...
    scikit-learn.org/stable/api/deprecated.html
    Sat May 25 13:41:03 UTC 2024
      121.2K bytes
      Cache
     
  2. Displaying Pipelines — scikit-learn 1.5.0 docum...

    n_jobs = 1 ) grid_search # click on the diagram...RandomForestClassifi())]), n_jobs=1, param_grid={'classifier__criterion':...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html
    Fri May 31 14:06:06 UTC 2024
      204.6K bytes
      Cache
     
  3. sparse_encode — scikit-learn 1.5.0 documentation

    1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>> dictionary...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html
    Thu May 30 15:22:05 UTC 2024
      124.8K bytes
      Cache
     
  4. polynomial_kernel — scikit-learn 1.5.0 document...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>..., degree = 2 ) array([[1. , 1. ], [1.77..., 2.77...]]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.polynomial_kernel.html
    Fri May 31 14:06:07 UTC 2024
      114.2K bytes
      Cache
     
  5. pairwise_kernels — scikit-learn 1.5.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 May 31 14:06:04 UTC 2024
      117.3K bytes
      Cache
     
  6. ward_tree — scikit-learn 1.5.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
    Thu May 30 15:22:07 UTC 2024
      118.6K bytes
      Cache
     
  7. 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 May 31 14:06:06 UTC 2024
      101K bytes
      Cache
     
  8. Release Highlights for scikit-learn 1.1 — sciki...

    0 1.0 1 0.0 0.0 1.0 2 1.0 0.0 0.0 3 0.0 1.0 0.0 Performance...Highlights for scikit-learn 1.1 # We are pleased to announce...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html
    Fri May 31 14:06:06 UTC 2024
      153.9K bytes
      Cache
     
  9. Lasso and Elastic Net — scikit-learn 1.5.0 docu...

    legend (( l1 [ - 1 ], l2 [ - 1 ]), ( "Lasso" , "Elastic-Net"...plt . legend (( l1 [ - 1 ], l2 [ - 1 ]), ( "Lasso" , "positive...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_coordinate_descent_path.html
    Fri May 31 14:06:06 UTC 2024
      103.5K bytes
      Cache
     
  10. RBF SVM parameters — scikit-learn 1.5.0 documen...

    1 , 1e2 ] gamma_2d_range = [ 1e-1 , 1 , 1e1 ] classifiers..., self . vmax ], [ 0 , 0.5 , 1 ] return np . ma . masked_array...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Fri May 31 14:06:04 UTC 2024
      118.3K bytes
      Cache
     
Back to top