- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 801 - 810 of 2,446 for 2 (0.07 sec)
-
inplace_csr_column_scale — scikit-learn 1.7.2 d...
2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ]) >>>...>>> scale = np . array ([ 2 , 3 , 2 ]) >>> csr = sparse . csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html -
robust_scale — scikit-learn 1.7.2 documentation
robust_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> robust_scale...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html -
orthogonal_mp — scikit-learn 1.7.2 documentation
n_nonzero_coefs : argmin ||y - Xgamma||^2 subject to ||gamma||_0 <= n_{nonzero...||gamma||_0 subject to ||y - Xgamma||^2 <= tol Read more in the User Guide...scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html -
7.1. Pipelines and composite estimators — sciki...
2. Access pipeline steps # The estimators...'select' , SelectKBest ( k = 2 )), ... ( 'clf' , LogisticRegression...scikit-learn.org/stable/modules/compose.html -
Image denoising using kernel PCA — scikit-learn...
(( X_test - X_test_noisy ) ** 2 ) : .2f } " ) Learn the PCA basis...X_test - X_reconstructed_pca ) ** 2 ) : .2f } " , ) plot_digits (...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
7. Dataset transformations — scikit-learn 1.7.2...
2.2. Feature hashing 7.2.3. Text feature extraction...Composite Estimators 7.2. Feature extraction 7.2.1. Loading features...scikit-learn.org/stable/data_transforms.html -
Compare cross decomposition methods — scikit-le...
[: n // 2 ] Y_train = Y [: n // 2 ] X_test = X [ n // 2 :] Y_test...that: Y = XB + Err) [[1 1 1] [2 2 2] [0 0 0] [0 0 0] [0 0 0] [0...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html -
Comparing Random Forests and Histogram Gradient...
col = 2 ) fig . add_trace ( line_trace , row = 1 , col = 2 ) fig..." ) Number of physical cores: 2 Unlike RF, HGBT models offer an...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html -
Multilabel classification using a classifier ch...
yeast dataset which contains 2,417 datapoints each with 103 features...train_test_split ( X , Y , test_size = 0.2 , random_state = 0 ) Fit models...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html -
Plotting Learning Curves and Checking Models’ S...
subplots ( nrows = 2 , ncols = 2 , figsize = ( 16 , 12 ),...subplots ( nrows = 1 , ncols = 2 , figsize = ( 10 , 6 ), sharey...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html