Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2291 - 2300 of 4,759 for * (0.25 sec)

  1. Ridge coefficients as a function of the L2 Regu...

    = plt . subplots ( 1 , 2 , figsize = ( 20 , 6 )) coefs . plot...are: [38.32634568 88.49665188 0. 29.75747153 0. 19.08699432 25.44381023...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Sat Aug 02 00:15:35 UTC 2025
      103.3K bytes
      Cache
     
  2. Plotting Learning Curves and Checking Models S...

    "y" : y , "train_sizes" : np . linspace ( 0.1 , 1.0 , 5 ), "cv"...random_state = 0 ), "score_type" : "both" , "n_jobs" : 4 , "line_kw" : {...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Sat Aug 02 00:15:37 UTC 2025
      111.8K bytes
      1 views
      Cache
     
  3. Iso-probability lines for Gaussian Processes cl...

    0.1 , ( 1e-5 , np . inf )) * DotProduct ( sigma_0 = 0.1 ) **...whether g(x) <= 0 or not)""" return 5.0 - x [:, 1 ] - 0.5 * x [:,...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_isoprobability.html
    Sat Aug 02 00:15:37 UTC 2025
      105.9K bytes
      Cache
     
  4. Robust linear estimator fitting scikit-learn ...

    "-" , "Theil-Sen" : "-." , "RANSAC" : "--" , "HuberRegressor"...= ( 5 , 4 )) plt . plot ( this_X [:, 0 ], this_y , "b+" ) for...
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Sat Aug 02 00:15:35 UTC 2025
      101.5K bytes
      Cache
     
  5. Comparing Nearest Neighbors with and without Ne...

    "#FF0000" , "#00FF00" , "#0000FF" ]) names = [ "KNN" , "NCA,...{} )" . format ( name , n_neighbors )) plt . text ( 0.9 , 0.1 ,...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Sat Aug 02 00:15:37 UTC 2025
      97.9K bytes
      Cache
     
  6. Confusion matrix scikit-learn 1.7.1 documenta...

    confusion matrix [[1. 0. 0. ] [0. 0.62 0.38] [0. 0. 1. ]] # Authors: The...classifier = svm . SVC ( kernel = "linear" , C = 0.01 ) . fit ( X_train...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Sat Aug 02 00:15:37 UTC 2025
      88.9K bytes
      Cache
     
  7. __sklearn_is_fitted__ as Developer API scikit...

    value. """ return hasattr ( self , "_is_fitted" ) and self . _is_fitted...self , X , y ): """ Fit the estimator to the training data. """...
    scikit-learn.org/stable/auto_examples/developing_estimators/sklearn_is_fitted.html
    Sat Aug 02 00:15:35 UTC 2025
      90.3K bytes
      Cache
     
  8. SGD: Penalties scikit-learn 1.7.1 documentation

    = 18 , fmt = { 1.0 : "L1" }, manual = [( - 1 , - 1 )]) plt ....line = np . linspace ( - 1.5 , 1.5 , 1001 ) xx , yy = np . meshgrid...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.html
    Sat Aug 02 00:15:37 UTC 2025
      92.3K bytes
      Cache
     
  9. Recursive feature elimination scikit-learn 1....

    "scaler" , MinMaxScaler ()), ( "rfe" , RFE ( estimator = LogisticRegression...LogisticRegression (), n_features_to_select = 1 , step = 1 )), ] ) pipe . fit...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_digits.html
    Sat Aug 02 00:15:37 UTC 2025
      91.4K bytes
      Cache
     
  10. Multiclass methods scikit-learn 1.7.1 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
    Sat Aug 02 00:15:35 UTC 2025
      73.4K bytes
      Cache
     
Back to top