Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1211 - 1220 of 2,016 for = (0.13 sec)

  1. Decision Boundaries of Multinomial and One-vs-R...

    n_samples = 1_000 , centers = centers , random_state = 40 ) transformation..., ax = plt . subplots ( figsize = ( 6 , 4 )) scatter = ax . scatter...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html
    Mon Jun 30 13:50:27 UTC 2025
      110.7K bytes
      Cache
     
  2. Poisson regression and non-normal loss — scikit...

    axes = plt . subplots ( nrows = 2 , ncols = 4 , figsize = ( 16..., ax = plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Mon Jun 30 13:50:27 UTC 2025
      172.7K bytes
      Cache
     
  3. Multilabel classification — scikit-learn 1.7.0 ...

    if transform == "pca" : X = PCA ( n_components = 2 ) . fit_transform...elif transform == "cca" : X = CCA ( n_components = 2 ) . fit ( X...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html
    Mon Jun 30 13:50:27 UTC 2025
      106K bytes
      Cache
     
  4. Plot multi-class SGD on the iris dataset — scik...

    mean ( axis = 0 ) std = X . std ( axis = 0 ) X = ( X - mean ) /...dataset X = iris . data [:, : 2 ] y = iris . target colors = "bry"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_iris.html
    Mon Jun 30 13:50:30 UTC 2025
      94.9K bytes
      Cache
     
  5. plot_multi_metric_evaluation.rst.txt

    py: ========== Demonstration of multi-metric...cross_val_score and GridSearchCV ========== Multiple metric parameter...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Sun Jun 29 19:04:31 UTC 2025
      6.6K bytes
     
  6. Plot class probabilities calculated by the Voti...

    random_state = 123 ) clf2 = RandomForestClassifi ( n_estimators = 100..., random_state = 123 ) clf3 = GaussianNB () X = np . array ([[...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_probas.html
    Thu Jun 05 00:23:05 UTC 2025
      101.1K bytes
      Cache
     
  7. Effect of model regularization on training and ...

    n_informative = 50 , shuffle = False , noise = 1.0 , coef = True , random_state...color = "k" , linewidth = 2 , linestyle = "--" , label = f "Optimum...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Mon Jun 30 13:50:27 UTC 2025
      102.8K bytes
      1 views
      Cache
     
  8. adjusted_mutual_info_score — scikit-learn 1.7.0...

    average_method = 'arithmetic' ) [source] # Adjusted...AMI is given as: AMI ( U , V ) = [ MI ( U , V ) - E ( MI ( U ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Mon Jun 30 13:50:27 UTC 2025
      116.2K bytes
      Cache
     
  9. Hashing feature transformation using Totally Ra...

    y = make_circles ( factor = 0.5 , random_state = 0 , noise...random_state = 0 , max_depth = 3 ) X_transformed = hasher . fit_transform...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_embedding.html
    Mon Jun 30 13:50:27 UTC 2025
      102.5K bytes
      Cache
     
  10. non_negative_factorization — scikit-learn 1.7.0...

    W = None , H = None , n_components = 'auto' , * , init = None...tol = 0.0001 , max_iter = 200 , alpha_W = 0.0 , alpha_H = 'same'...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.non_negative_factorization.html
    Mon Jun 30 13:50:27 UTC 2025
      121.7K bytes
      Cache
     
Back to top