Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2851 - 2860 of 5,591 for * (1.01 sec)

  1. mean_shift scikit-learn 1.7.2 documentation

    ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7 ], [ 3 , 5 ], [ 3 , 6 ]])...>>> labels array([1, 1, 1, 0, 0, 0]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html
    Mon Sep 22 13:26:32 UTC 2025
      111.9K bytes
      Cache
     
  2. is_classifier scikit-learn 1.7.2 documentation

    SVC , SVR >>> classifier = SVC () >>> regressor = SVR () >>>...kmeans = KMeans () >>> is_classifier ( classifier ) True >>> is_classifier...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_classifier.html
    Mon Sep 22 13:26:32 UTC 2025
      106.2K bytes
      Cache
     
  3. show_versions scikit-learn 1.7.2 documentation

    show_versions ( ) [source] # Print useful debugging information Added...Ctrl + K GitHub Choose version show_versions # sklearn. show_versions...
    scikit-learn.org/stable/modules/generated/sklearn.show_versions.html
    Mon Sep 22 13:26:33 UTC 2025
      104.3K bytes
      Cache
     
  4. LassoLars scikit-learn 1.7.2 documentation

    [ 0 , 0 ], [ 1 , 1 ]], [ - 1 , 0 , - 1 ]) LassoLars(alpha=0.01)...linear_model . LassoLars ( alpha = 0.01 ) >>> reg . fit ([[ - 1 , 1 ],...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html
    Mon Sep 22 13:26:32 UTC 2025
      143K bytes
      Cache
     
  5. Exponentiation scikit-learn 1.7.2 documentation

    fit ( X , y ) >>> gpr . score ( X , y ) 0.419 >>> gpr . predict...predict ( X [: 1 ,:], return_std = True ) (array([635.5]), array([0.559]))...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html
    Mon Sep 22 13:26:33 UTC 2025
      122.9K bytes
      Cache
     
  6. NotFittedError scikit-learn 1.7.2 documentation

    LinearSVC () . predict ([[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ]]) ... except...NotFittedError as e : ... print ( repr ( e )) NotFittedError("This LinearSVC...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.NotFittedError.html
    Mon Sep 22 13:26:33 UTC 2025
      106K bytes
      Cache
     
  7. scale scikit-learn 1.7.2 documentation

    array([[-1., 1., 1.], [ 1., -1., -1.]]) >>> scale ( X , axis...0.98], [-1.22, 0. , 1.22]]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Mon Sep 22 13:26:32 UTC 2025
      111.4K bytes
      Cache
     
  8. all_estimators scikit-learn 1.7.2 documentation

    fier'>), ('BaggingClassifier', <class 'sklearn.ensemble._bag...<class 'sklearn.linear_model._bayes.ARDRegression'>), ('AdaBoostRegressor',...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_estimators.html
    Mon Sep 22 13:26:34 UTC 2025
      109K bytes
      Cache
     
  9. delayed scikit-learn 1.7.2 documentation

    sklearn.utils.fixes to sklearn.utils.parallel in scikit-learn 1.3....Ctrl + K GitHub Choose version delayed # sklearn.utils.parallel....
    scikit-learn.org/stable/modules/generated/sklearn.utils.parallel.delayed.html
    Mon Sep 22 13:26:33 UTC 2025
      105.4K bytes
      Cache
     
  10. RegressorTags scikit-learn 1.7.2 documentation

    n_informative=1, bias=5.0, noise=20, random_state=42) . The dataset...R2 of 0.5 on make_regression(n_samples=200, n_features=10, n_informative=1,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.RegressorTags.html
    Mon Sep 22 13:26:33 UTC 2025
      105.2K bytes
      Cache
     
Back to top