- Sort Score
- Num 10 results
- Language All
- Labels All
Results 941 - 950 of over 10,000 for 2 (1.05 seconds)
-
Compare cross decomposition methods — sci...
that: Y = XB + Err) [[1 1 1] [2 2 2] [0 0 0] [0 0 0] [0 0 0] [0...comp. 2" ) plt . title ( "X comp. 1 vs X comp. 2 (test...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html -
SVM Margins Example — scikit-learn 1.8.0 ...
2 ) - [ 2 , 2 ], np . random . randn ( 20 , 2 ) + [ 2 , 2...This is sqrt(1+a^2) away vertically in # 2-d. margin = 1 / np...scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html -
classification_report — scikit-learn 1.8....
2 , 2 , 2 ] >>> y_pred = [ 0 , 0 , 2 , 2 , 1 ]...sample_weight = None , digits = 2 , output_dict = False , zero_division...scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html -
7.9. Transforming the prediction target (y) ...
y = [[ 2 , 3 , 4 ], [ 2 ], [ 0 , 1 , 3 ], [ 0 , 1 , 2 , 3 , 4...>>> lb . fit ([ 1 , 2 , 6 , 4 , 2 ]) LabelBinarizer() >>>...scikit-learn.org/stable/modules/preprocessing_targets.html -
Manifold learning on handwritten digits: Locall...
zorder = 2 , ) shown_images = np . array...(( X [ i ] - shown_images ) ** 2 , 1 ) if np . min ( dist ) <...scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html -
TimeSeriesSplit — scikit-learn 1.8.0 docu...
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...1] Test: index=[2] Fold 2: Train: index=[0 1 2] Test: index=[3]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
AutoOps regions | Elastic Docs
Virginia) us-east-2 US East (Ohio) us-west-2 US West (Oregon)...US East (N. Virginia) us-east-2 US East (Ohio) us-west-1 US West...www.elastic.co/docs/deploy-manage/monitor/autoops/ec-autoops-regions -
randomized_svd — scikit-learn 1.8.0 docum...
2), (2,), (2, 4)) On this page This Page...increase this parameter up to 2*k - n_components where k is the...scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_svd.html -
1.12. Multiclass and multioutput algorithms ...
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,...1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,...scikit-learn.org/stable/modules/multiclass.html -
inplace_csr_column_scale — scikit-learn 1...
2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5...>>> scale = np . array ([ 2 , 3 , 2 ]) >>> csr = sparse...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html