Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 621 - 630 of 5,607 for * (1.82 sec)

  1. Contributing scikit-learn 1.7.2 documentation

    git@github.com:YourLogin/scikit-learn.git # add --depth 1 if your...n/scikit-learn.git (push) upstream git@github.com:scikit-learn/scikit-learn.git...
    scikit-learn.org/stable/developers/contributing.html
    Mon Sep 08 19:15:59 UTC 2025
      140.2K bytes
      1 views
      Cache
     
  2. Bunch scikit-learn 1.7.2 documentation

    Bunch ( a = 1 , b = 2 ) >>> b [ 'b' ] 2 >>> b . b 2 >>> b . a =...KeyError. popitem ( / ) # Remove and return a (key, value) pair...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Mon Sep 08 19:16:00 UTC 2025
      118.3K bytes
      Cache
     
  3. OneClassSVM scikit-learn 1.7.2 documentation

    {‘linear, poly, rbf, sigmoid, precomputed} or callable, default=’rbf’...'scale' , coef0 = 0.0 , tol = 0.001 , nu = 0.5 , shrinking = True...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Mon Sep 08 19:15:58 UTC 2025
      139.3K bytes
      Cache
     
  4. plot_classifier_comparison.zip

    = X[:, 0].min() - 0.5, X[:, 0].max() + 0.5 y_min, y_max = X[:,...X[:, 1].min() - 0.5, X[:, 1].max() + 0.5 # just plot the dataset...
    scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Mon Sep 08 19:15:59 UTC 2025
      10.8K bytes
     
  5. plot_classifier_comparison.py

    = X[:, 0].min() - 0.5, X[:, 0].max() + 0.5 y_min, y_max = X[:,...X[:, 1].min() - 0.5, X[:, 1].max() + 0.5 # just plot the dataset...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Mon Sep 08 19:15:59 UTC 2025
      4.8K bytes
      1 views
     
  6. auto_examples_python.zip

    - orig) / dx).astype(np.int64) alpha = (x - orig - floor_x *...* dx) / dx return np.hstack((floor_x, floor_x + 1)), np.hstack((1...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Tue Sep 09 17:54:28 UTC 2025
      1.7M bytes
      7 views
     
  7. Multiclass methods scikit-learn 1.7.2 documen...

    top Ctrl + K GitHub Choose version Multiclass methods # Examples...concerning the sklearn.multiclass module. Overview of multiclass...
    scikit-learn.org/stable/auto_examples/multiclass/index.html
    Tue Sep 09 17:54:32 UTC 2025
      73.4K bytes
      Cache
     
  8. Multioutput methods scikit-learn 1.7.2 docume...

    top Ctrl + K GitHub Choose version Multioutput methods # Examples...concerning the sklearn.multioutput module. Multilabel classification...
    scikit-learn.org/stable/auto_examples/multioutput/index.html
    Tue Sep 09 17:54:30 UTC 2025
      73.6K bytes
      Cache
     
  9. v_measure_score scikit-learn 1.7.2 documentation

    v_measure_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> v_measure_score...v_measure_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Tue Sep 09 17:54:28 UTC 2025
      121.5K bytes
      Cache
     
  10. ShrunkCovariance scikit-learn 1.7.2 documenta...

    covariance_ array([[0.7387, 0.2536], [0.2536, 0.4110]]) >>> cov . location_...sqrt(tr(A^t.A)) - spectral: sqrt(max(eigenvalues(A^t.A)) where...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Tue Sep 09 17:54:28 UTC 2025
      131.9K bytes
      Cache
     
Back to top