- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 408 for f (0.05 sec)
-
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 -
PatchExtractor — scikit-learn 1.5.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 -
DBFlute用語集 | DBFlute
dbflute.seasar.org/ja/manual/reference/dictionary/index.html -
Common pitfalls in the interpretation of coeffi...
= { "MedAE on training set" : f " { mae_train : .2f } $/hour"...$/hour" , "MedAE on testing set" : f " { mae_test : .2f } $/hour" ,...scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html -
LeavePOut — scikit-learn 1.5.2 documentation
print ( f "Fold { i } :" ) ... print ( f " Train: index=...train_index } " ) ... print ( f " Test: index= { test_index }...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html -
Sample pipeline for text feature extraction and...
) print ( f "Loading 20 newsgroups dataset...data_train . target_names ) print ( f " { len ( data_train . data )...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
Dookie Demastered
www.dookiedemastered.com/ -
Manifold learning on handwritten digits: Locall...
marker = f "$ { digit } $" , s = 60 , color...invertible else : data = X print ( f "Computing { name } ..." ) start_time...scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html -
Features in Histogram Gradient Boosting Trees —...
shuffle = False ) print ( f "Training sample size: { X_train...X_train . shape [ 0 ] } " ) print ( f "Test sample size: { X_test ....scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html -
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