Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 3401 - 3410 of over 10,000 for * (3.95 seconds)

Filter
  1. MLPClassifier — scikit-learn 1.8.0 documentation

    array([1, 0, 1, 0, 1]) >>> clf . score ( X_test , y_test ) 0.8......validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 , epsilon = 1e-08 , n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Mon Mar 23 20:39:23 UTC 2026
      20.8K bytes
      Cache
     
  2. GaussianNB — scikit-learn 1.8.0 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> Y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html
    Mon Mar 23 20:39:20 UTC 2026
      18.4K bytes
      Cache
     
  3. RANSACRegressor — scikit-learn 1.8.0 documentation

    min_samples int (>= 1) or float ([0, 1]), default=None Minimum...stop_probability float in range [0, 1], default=0.99 RANSAC iteration stops...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Mon Mar 23 20:39:20 UTC 2026
      18.4K bytes
      Cache
     
  4. TweedieRegressor — scikit-learn 1.8.0 documenta...

    power = 0.0 , alpha = 1.0 , fit_intercept = True...max_iter = 100 , tol = 0.0001 , warm_start = False , verbose = 0 ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      17.8K bytes
      Cache
     
  5. BiclusterMixin — scikit-learn 1.8.0 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7 ],...get_indices ( 0 ) (array([0, 1, 2, 3, 4, 5]), array([0, 1])) get_indices...
    scikit-learn.org/stable/modules/generated/sklearn.base.BiclusterMixin.html
    Mon Mar 23 20:39:20 UTC 2026
      13.6K bytes
      Cache
     
  6. l1_min_c — scikit-learn 1.8.0 documentation

    intercept_scaling = 1.0 ) [source] # Return the lowest...intercept_scaling float, default=1.0 When fit_intercept is True, instance...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Mon Mar 23 20:39:23 UTC 2026
      13.9K bytes
      Cache
     
  7. sklearn — scikit-learn 1.8.0 documentation

    Configure global settings and get information about the working environment.
    scikit-learn.org/stable/api/sklearn.html
    Mon Mar 23 20:39:21 UTC 2026
      12.1K bytes
      Cache
     
  8. governance.rst.txt

    page: Requires +1 by a core contributor, no -1 by a core contributor...changes** require +1 by two core contributors, no -1 by a core contributor...
    scikit-learn.org/stable/_sources/governance.rst.txt
    Mon Mar 23 20:39:23 UTC 2026
      3.9K bytes
     
  9. plot_classifier_comparison.ipynb

    \n GaussianProcessClass(1.0 * RBF(1.0), random_state=42),\n D...0].min() - 0.5, X[:, 0].max() + 0.5\n y_min, y_max = X[:, 1].min()...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Mon Mar 23 20:39:20 UTC 2026
      2.1K bytes
     
  10. MiniBatchKMeans — scikit-learn 1.8.0 documentation

    ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 0 ], [...2.48979592], [1.06896552, 1. ]]) >>> kmeans . predict ([[ 0 , 0 ], [ 4...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html
    Mon Mar 23 20:39:23 UTC 2026
      21K bytes
      Cache
     
Back to Top