Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2191 - 2200 of 5,602 for * (2.99 sec)

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

    PowerTransformer ( method = "box-cox" ) . fit_transform ( X ), ), ( "Data...scaling" , MaxAbsScaler () . fit_transform ( X )), ( "Data after robust...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_all_scaling.html
    Wed Sep 24 16:15:26 UTC 2025
      138.2K bytes
      Cache
     
  2. Clustering text documents using k-means sciki...

    = [ "alt.atheism" , "talk.religion.misc" , "comp.graphics" , "sci.space"..."headers" , "footers" , "quotes" ), subset = "all" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Wed Sep 24 16:15:25 UTC 2025
      150.2K bytes
      Cache
     
  3. Imputing missing values with variants of Iterat...

    tolerances = ( 1e-3 , 1e-1 , 1e-1 , 1e-2 ) for ( name , impute_estimator...alpha = 1e4 ) ), ), ( "k-NN" , KNeighborsRegressor ( n_neighbors...
    scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html
    Wed Sep 24 16:15:25 UTC 2025
      113.3K bytes
      Cache
     
  4. ROC Curve with Visualization API scikit-learn...

    Parameters C 1.0 kernel 'rbf' degree 3 gamma 'scale' coef0 0.0 shrinking...= 42 ) rfc . fit ( X_train , y_train ) ax = plt . gca () rfc_disp...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Wed Sep 24 16:15:25 UTC 2025
      113.9K bytes
      Cache
     
  5. Label Propagation digits: Demonstrating perform...

    1 0.82 1.00 0.90 37 2 1.00 0.86 0.92 28 3 1.00 0.80 0.89 35 4...4 0.92 1.00 0.96 24 5 0.74 0.94 0.83 34 6 0.89 0.96 0.92 25 7...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html
    Wed Sep 24 16:15:25 UTC 2025
      99.4K bytes
      Cache
     
  6. SVM: Maximum margin separating hyperplane sci...

    = 0.5 , linestyles = [ "--" , "-" , "--" ], ax = ax , ) # plot...plot_method = "contour" , colors = "k" , levels = [ - 1 , 0 , 1 ], alpha...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html
    Wed Sep 24 16:15:25 UTC 2025
      87.7K bytes
      Cache
     
  7. Robust covariance estimation and Mahalanobis di...

    06695631e-03 1.22747343e+00]] MLE: [[ 3.23773583 -0.24640578] [-0.24640578...\[d_{(\mu,\Sigma)}(x_i)^2 = (x_i - \mu)^T\Sigma^{-1}(x_i - \mu)\]...
    scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html
    Wed Sep 24 16:15:25 UTC 2025
      117.3K bytes
      Cache
     
  8. Feature agglomeration scikit-learn 1.7.2 docu...

    ( left = 0.01 , right = 0.99 , bottom = 0.01 , top = 0.91 ) for...xticks (()) plt . yticks (()) plt . title ( "Labels" ) plt . show...
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_agglomeration.html
    Wed Sep 24 16:15:26 UTC 2025
      94.8K bytes
      Cache
     
  9. Compare BIRCH and MiniBatchKMeans scikit-lear...

    left = 0.04 , right = 0.98 , bottom = 0.1 , top = 0.9 ) # Compute...marker = "+" , c = "k" , s = 25 ) ax . set_ylim ([ - 25 , 25 ]) ax...
    scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html
    Wed Sep 24 16:15:26 UTC 2025
      105K bytes
      Cache
     
  10. Gradient Boosting regularization scikit-learn...

    "learning_rate" : 0.2 , "subsample" : 1.0 }), ( "subsample=0.5" , "blue"..."subsample" : 1.0 }), ( "learning_rate=0.2" , "turquoise" , { "learning_rate"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Wed Sep 24 16:15:25 UTC 2025
      96.3K bytes
      Cache
     
Back to top