Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1021 - 1030 of over 10,000 for * (6.83 seconds)

Filter
  1. Compare the effect of different scalers on data...

    width = 0.1 , 0.22 bottom , height = 0.1 , 0.7 bottom_h =...width , 0.1 ] rect_histy = [ left_h , bottom , 0.05 , height...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_all_scaling.html
    Mon Mar 23 20:39:21 UTC 2026
      21.2K bytes
      Cache
     
  2. The Johnson-Lindenstrauss bound for embedding w...

    rate: 1.01 (0.09) Projected 300 samples from 130107 to 10000 in 7.567s...eps_range = np . linspace ( 0.01 , 0.99 , 100 ) # range of number of...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_johnson_lindenstrauss_bound.html
    Mon Mar 23 20:39:21 UTC 2026
      18.9K bytes
      Cache
     
  3. One-class SVM with non-linear kernel (RBF) — sc...

    reshape ( - 1 , 1 ), yy . reshape ( - 1 , 1 )], axis = 1 ) DecisionBoundaryDisp...OneClassSVM ( nu = 0.1 , kernel = "rbf" , gamma = 0.1 ) clf . fit (...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Mon Mar 23 20:39:20 UTC 2026
      16.3K bytes
      Cache
     
  4. SVM-Anova: SVM with univariate feature selectio...

    percentiles = ( 1 , 3 , 6 , 10 , 15 , 20 , 30 , 40 , 60 , 80 , 100 ) for.... xticks ( np . linspace ( 0 , 100 , 11 , endpoint = True )) plt...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html
    Mon Mar 23 20:39:22 UTC 2026
      15.9K bytes
      Cache
     
  5. sklearn.neighbors — scikit-learn 1.8.0 document...

    The k-nearest neighbors algorithms. User guide. See the Nearest Neighbors section for further details.
    scikit-learn.org/stable/api/sklearn.neighbors.html
    Mon Mar 23 20:39:20 UTC 2026
      12.8K bytes
      Cache
     
  6. Semi Supervised Classification — scikit-learn 1...

    Examples concerning the sklearn.semi_supervised module. Decision boundary of semi-supervised classifiers versus SVM on the Iris dataset Effect of varying threshold for self-training Label Propagati...
    scikit-learn.org/stable/auto_examples/semi_supervised/index.html
    Mon Mar 23 20:39:20 UTC 2026
      13.3K bytes
      Cache
     
  7. 1.5. Stochastic Gradient Descent — scikit-learn...

    >>> X = [[ 0. , 0. ], [ 1. , 1. ]] >>> y = [ 0 , 1 ] >>> clf =...predict_proba ([[ 1. , 1. ]]) array([[0.00, 0.99]]) The concrete...
    scikit-learn.org/stable/modules/sgd.html
    Mon Mar 23 20:39:20 UTC 2026
      17.8K bytes
      Cache
     
  8. 5.1. Partial Dependence and Individual Conditio...

    random_state = 0 ) . fit ( X , y ) >>> features = [ 0 , 1 , ( 0 , 1 )] >>>...n_estimators = 100 , learning_rate = 1.0 , ... max_depth = 1 , random_state...
    scikit-learn.org/stable/modules/partial_dependence.html
    Mon Mar 23 20:39:20 UTC 2026
      12.3K bytes
      Cache
     
  9. 8.3. Generated datasets — scikit-learn 1.8.0 do...

    make_circles ( noise = 0.1 , factor = 0.3 , random_state = 0 ) ax1 . scatter...noise = 0.1 , random_state = 0 ) ax2 . scatter ( X [:, 0 ], X [:,...
    scikit-learn.org/stable/datasets/sample_generators.html
    Mon Mar 23 20:39:20 UTC 2026
      9.9K bytes
      Cache
     
  10. 8.4. Loading other datasets — scikit-learn 1.8....

    forget to scale to the range 0 - 1 as done in the following example....'ARFF', 'upload_date': '2017-11-08T16:00:15', 'licence': 'Public',...
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Mon Mar 23 20:39:20 UTC 2026
      12.5K bytes
      Cache
     
Back to Top