- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2191 - 2200 of 5,602 for * (2.99 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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