Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4201 - 4210 of 4,807 for * (3.76 sec)

  1. Successive Halving Iterations scikit-learn 1....

    [True, False], 'criterion': ['gini', 'entropy'], 'max_depth': [3,...[3, None], 'max_features': <scipy.stats....x7f489fc71450>, ...}...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Mon Aug 04 12:41:04 UTC 2025
      127.1K bytes
      Cache
     
  2. Comparison of kernel ridge regression and SVR ...

    "alpha" : [ 1e0 , 0.1 , 1e-2 , 1e-3 ], "gamma" : np . logspace ( -...5 ] += 3 * ( 0.5 - rng . rand ( X . shape [ 0 ] // 5 )) X_plot...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Mon Aug 04 12:41:00 UTC 2025
      122.9K bytes
      Cache
     
  3. Isotonic Regression scikit-learn 1.7.1 docume...

    50 , 50 , size = ( n ,)) + 50.0 * np . log1p ( np . arange ( n...len ( y ))) lc . set_linewidths ( np . full ( n , 0.5 )) fig , (...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Mon Aug 04 12:41:04 UTC 2025
      114.1K bytes
      Cache
     
  4. t-SNE: The effect of various perplexity values ...

    scatter ( X [ red , 0 ], X [ red , 1 ], c = "r" ) ax . scatter ( X...[ green , 0 ], X [ green , 1 ], c = "g" ) ax . xaxis . set_major_formatter...
    scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html
    Mon Aug 04 12:41:00 UTC 2025
      109.6K bytes
      Cache
     
  5. Nearest Neighbors Classification scikit-learn...

    Pipeline ( steps = [( "scaler" , StandardScaler ()), ( "knn" , KNeighborsClassifier...)) for ax , weights in zip ( axs , ( "uniform" , "distance" )):...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Mon Aug 04 12:41:02 UTC 2025
      96.2K bytes
      Cache
     
  6. SGD: Maximum margin separating hyperplane sci...

    np . linspace ( - 1 , 5 , 10 ) yy = np . linspace ( - 1 , 5 , 10...i , j ] = p [ 0 ] levels = [ - 1.0 , 0.0 , 1.0 ] linestyles =...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_separating_hyperplane.html
    Mon Aug 04 12:41:04 UTC 2025
      90.8K bytes
      Cache
     
  7. Comparison of LDA and PCA 2D projection of Iris...

    figure () for color , i , target_name in zip ( colors , [ 0 , 1 , 2...color , i , target_name in zip ( colors , [ 0 , 1 , 2 ], target_names...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html
    Mon Aug 04 12:41:04 UTC 2025
      92.9K bytes
      Cache
     
  8. Time-related feature engineering scikit-learn...

    .. ... ... ... ... ... ... ... ... ... ... 17374 spring 1 12...= [ "Sun" , "Mon" , "Tue" , "Wed" , "Thu" , "Fri" , "Sat" ], xlabel...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Mon Aug 04 12:41:00 UTC 2025
      216.4K bytes
      Cache
     
  9. Concentration Prior Type Analysis of Variation ...

    edgecolor = "black" , ) ax2 . text ( k , w + 0.007 , " %.1f%% " % ( w...set_xlim ( - 2.0 , 2.0 ) ax1 . set_ylim ( - 3.0 , 3.0 ) ax1 . set_xticks...
    scikit-learn.org/stable/auto_examples/mixture/plot_concentration_prior.html
    Mon Aug 04 12:41:02 UTC 2025
      112.1K bytes
      Cache
     
  10. Spectral clustering for image segmentation sc...

    ( x - center2 [ 0 ]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2...]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2 = (...
    scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html
    Mon Aug 04 12:41:00 UTC 2025
      100.4K bytes
      Cache
     
Back to top