Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1021 - 1030 of over 10,000 for 1 (0.48 seconds)

Filter
  1. Species distribution modeling — scikit-le...

    subplot ( 1 , 2 , i + 1 ) if basemap : print ( "...Returns ------- (xgrid, ygrid) : 1-D arrays The grid corresponding...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Thu Mar 05 14:15:29 UTC 2026
      19.4K bytes
      Cache
     
  2. Multi-class AdaBoosted Decision Trees — s...

    as depicted by Figure 1 in Zhu et al [ 1 ] . The core principle...trees" : range ( 1 , n_estimators + 1 ), "AdaBoost"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Thu Mar 05 14:15:26 UTC 2026
      19.8K bytes
      Cache
     
  3. Prediction Latency — scikit-learn 1.8.0 d...

    1 , verbose = False ): """Generate...configuration , duration_secs = 0.1 ): """benchmark...
    scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html
    Thu Mar 05 14:15:29 UTC 2026
      20.4K bytes
      Cache
     
  4. Faces recognition example using eigenfaces and ...

    1 )[ - 1 ] true_name = target_names.... rsplit ( " " , 1 )[ - 1 ] return "predicted:...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Thu Mar 05 14:15:29 UTC 2026
      18.2K bytes
      Cache
     
  5. Regularization path of L1- Logistic Regression ...

    1 , 16 ) Create a pipeline with...LogisticRegression ( l1_ratio = 1 , solver = "liblinear"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Thu Mar 05 14:15:29 UTC 2026
      16.6K bytes
      Cache
     
  6. RegressorTags — scikit-learn 1.8.0 docume...

    n_informative=1, bias=5.0, noise=20, random_state=42)...
    scikit-learn.org/stable/modules/generated/sklearn.utils.RegressorTags.html
    Mon Feb 02 09:23:44 UTC 2026
      105.7K bytes
      Cache
     
  7. SVM: Maximum margin separating hyperplane &#821...

    levels = [ - 1 , 0 , 1 ], alpha = 0.5 , linestyles...support_vectors_ [:, 1 ], s = 100 , linewidth = 1 , facecolors = "none"...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html
    Thu Mar 05 14:15:26 UTC 2026
      14.9K bytes
      Cache
     
  8. NotFittedError — scikit-learn 1.8.0 docum...

    predict ([[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.NotFittedError.html
    Thu Mar 05 14:15:27 UTC 2026
      12.9K bytes
      Cache
     
  9. Multiclass Receiver Operating Characteristic (R...

    1 ], [ 0 , 1 ], "k--" , label...xlim = ( - 0.01 , 1.01 ), ylim = ( - 0.01 , 1.01 ), ) We confirm...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Thu Mar 05 14:15:29 UTC 2026
      22.7K bytes
      Cache
     
  10. safe_mask — scikit-learn 1.8.0 documentation

    >>> data = csr_matrix ([[ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.safe_mask.html
    Mon Mar 02 11:09:51 UTC 2026
      107K bytes
      Cache
     
Back to Top