- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of 380 for f (0.18 sec)
-
PatchExtractor — scikit-learn 1.7.2 documentation
] >>> print ( f "Image shape: { X . shape } ".... transform ( X ) >>> print ( f "Patches shape: { pe_trans . shape...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.PatchExtractor.html -
Java - String | DBFlute
jflute [0] j [1] f [2] l [3] u [4] t [5] e [6] 例えば、1...name = "jflute" ; // [0] j [1] f [2] l [3] u [4] t [5] e [6] String...dbflute.seasar.org/ja/manual/topic/programming/java/string.html -
dbflute-0.8.8.8.zip
Hex {{ digit | a-f | A-F } {digit | a-f | A-F }} [...] The hexadecimal...String pattern = ab([^d]*)d([^f]*)f; public void RegexpTest(String);...dbflute.seasar.org/download/dbflute/dbflute-0.8.8.8.zip -
Comparison of kernel ridge and Gaussian process...
training_noisy_target ) print ( f "Fitting KernelRidge with default...training_noisy_target ) print ( f "Time for KernelRidge fitting:...scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html -
Release Highlights for scikit-learn 1.1 — sciki...
max_iter = 50 ) hist_quantiles = { f "quantile= { quantile : .2f }...Parameters score_func <function f_c...x7faad1943be0> k 7 LogisticRegression...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html -
Partial Dependence and Individual Conditional E...
print ( f "done in { time () - tic : .3f } s" ) print ( f "Test...print ( f "done in { time () - tic : .3f } s" ) print ( f "Test...scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html -
Time-related feature engineering — scikit-learn...
cv_results [ "estimator" ]] print ( f "Mean model. { model_prop } =..."test_neg_root_mean_squared_error" ] print ( f "Mean Absolute Error: { mae ....scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html -
Recursive feature elimination with cross-valida...
n_features = 15 feat_names = [ f "feature_ { i } " for i in range...rfecv . fit ( X , y ) print ( f "Optimal number of features: {...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html -
Recognizing hand-written digits — scikit-learn ...
set_title ( f "Prediction: { prediction } "...classification metrics. print ( f "Classification report for classifier...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
Evaluation of outlier detection estimators — sc...
toc = perf_counter () print ( f "Duration for { model_name } :...shape [ 0 ], y . mean () print ( f " { n_samples } datapoints with...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html