Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 270 of 2,898 for 1 (0.07 sec)

  1. plot_release_highlights_1_6_0.py

    1, 6, np.nan]).reshape(-1, 1) y = [0, 0, 1, 1] forest...Release Highlights for scikit-learn 1.6 ========== .. currentmodule::...
    scikit-learn.org/stable/_downloads/a471e25495d24d0086e798aa9ca44a89/plot_release_highlights_1_6_0.py
    Sun Jun 01 04:47:38 UTC 2025
      8.9K bytes
      1 views
     
  2. ComplementNB — scikit-learn 1.7.0 documentation

    Added in version 1.2. Changed in version 1.4: The default value...sklearn.naive_bayes. ComplementNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Fri Jun 06 09:13:47 UTC 2025
      153.5K bytes
      Cache
     
  3. jaccard_score — scikit-learn 1.7.0 documentation

    1 , 1 ], ... [ 1 , 1 , 0 ]]) >>> y_pred =...= np . array ([[ 1 , 1 , 1 ], ... [ 1 , 0 , 0 ]]) In the binary...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Fri Jun 06 09:13:47 UTC 2025
      120.3K bytes
      Cache
     
  4. get_scorer — scikit-learn 1.7.0 documentation

    1 , - 1 , - 0.5 , 2 ], ( - 1 , 1 )) >>> y = np...np . array ([ 0 , 1 , 1 , 0 , 1 ]) >>> classifier = DummyClassifier...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.html
    Fri Jun 06 09:13:47 UTC 2025
      109.3K bytes
      Cache
     
  5. Release Highlights for scikit-learn 1.7 — sciki...

    hts_1_7_0.py Download zipped: plot_release_highlights_1_7_0.zip...scikit-learn 1.6 Release Highlights for scikit-learn 1.6 Release...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_7_0.html
    Fri Jun 06 09:13:46 UTC 2025
      156.9K bytes
      Cache
     
  6. kneighbors_graph — scikit-learn 1.7.0 documenta...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) Gallery...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html
    Fri Jun 06 09:13:47 UTC 2025
      113.6K bytes
      Cache
     
  7. f_regression — scikit-learn 1.7.0 documentation

    r_regression values lie in [-1, 1] and can thus be negative. f_regression...set to 0.0 . Added in version 1.1. Returns : f_statistic ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Fri Jun 06 09:13:47 UTC 2025
      118.1K bytes
      Cache
     
  8. Version 1.4 — scikit-learn 1.7.0 documentation

    Version 1.4.1 # February 2024 Changed models...deprecated in version 1.4 and will be removed in version 1.6. Use the default...
    scikit-learn.org/stable/whats_new/v1.4.html
    Fri Jun 06 09:13:46 UTC 2025
      211.1K bytes
      Cache
     
  9. Comparing various online solvers — scikit-learn...

    tol = 1e-1 , C = 1.0e4 / X . shape [ 0 ]), ), ] xx = 1.0 - np ....= 110 , loss = "hinge" , C = 1.0 , tol = 1e-4 ), ), ( "Passive-Aggressive...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Thu Jun 05 00:23:05 UTC 2025
      94.9K bytes
      Cache
     
  10. cosine_similarity — scikit-learn 1.7.0 document...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_similarity.html
    Fri Jun 06 09:13:47 UTC 2025
      109.4K bytes
      Cache
     
Back to top