Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 2,911 for 1 (0.08 sec)

  1. AdaBoostRegressor — scikit-learn 1.7.0 document...

    the range [1, inf) . learning_rate float, default=1.0 Weight applied...n_estimators = 50 , learning_rate = 1.0 , loss = 'linear' , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      145.1K bytes
      Cache
     
  2. Face completion with a multi-output estimators ...

    shape [ 1 ] # Upper half of the faces X_train...X_train = train [:, : ( n_pixels + 1 ) // 2 ] # Lower half of the faces...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Fri Jun 06 09:13:47 UTC 2025
      99.2K bytes
      Cache
     
  3. Faces recognition example using eigenfaces and ...

    1 )[ - 1 ] true_name = target_names...y_test [ i ]] . rsplit ( " " , 1 )[ - 1 ] return "predicted: %s \n...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Fri Jun 06 09:13:47 UTC 2025
      113.1K bytes
      Cache
     
  4. SVM: Separating hyperplane for unbalanced class...

    clusters of random points n_samples_1 = 1000 n_samples_2 = 100 centers...2.0 , 2.0 ]] clusters_std = [ 1.5 , 0.5 ] X , y = make_blobs (...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html
    Fri Jun 06 09:13:47 UTC 2025
      94K bytes
      Cache
     
  5. StackingClassifier — scikit-learn 1.7.0 documen...

    in version 1.1: The ‘prefit’ option was added in 1.1 Note A larger...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Fri Jun 06 09:13:47 UTC 2025
      158.9K bytes
      Cache
     
  6. DictVectorizer — scikit-learn 1.7.0 documentation

    [{ 'foo' : 1 , 'bar' : 2 }, { 'foo' : 3 , 'baz' : 1 }] >>> X =...) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>> v . inverse_transform...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Fri Jun 06 09:13:47 UTC 2025
      136K bytes
      Cache
     
  7. BernoulliNB — scikit-learn 1.7.0 documentation

    Added in version 1.2. Changed in version 1.4: The default value...sklearn.naive_bayes. BernoulliNB ( * , alpha = 1.0 , force_alpha = True , binarize...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
    Fri Jun 06 09:13:47 UTC 2025
      152.5K bytes
      Cache
     
  8. SGD: Maximum margin separating hyperplane — sci...

    linspace ( - 1 , 5 , 10 ) yy = np . linspace ( - 1 , 5 , 10 ) X1...= p [ 0 ] levels = [ - 1.0 , 0.0 , 1.0 ] linestyles = [ "dashed"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_separating_hyperplane.html
    Fri Jun 06 09:13:46 UTC 2025
      90.8K bytes
      Cache
     
  9. 1.11. Ensembles: Gradient boosting, random fore...

    Gradient Boosting models 1.11.1.1.1. Usage # Most of the parameters...= [[ 1 , 0 ], ... [ 1 , 0 ], ... [ 1 , 0 ], ... [ 0 , 1 ]] >>>...
    scikit-learn.org/stable/modules/ensemble.html
    Fri Jun 06 09:13:47 UTC 2025
      229K bytes
      Cache
     
  10. OrthogonalMatchingPursuitCV — scikit-learn 1.7....

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also orthogonal_mp Solves...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html
    Fri Jun 06 09:13:47 UTC 2025
      137.2K bytes
      Cache
     
Back to top