- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 408 for f (0.04 sec)
-
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 -
「※急募※【TPMR】タイムスタンプがついた音声会議データの書き起こし作業(9月)」の仕事依頼...
jobhub.jp/jobs/40391 -
Univariate Feature Selection — scikit-learn 1.5...
f_classif selector = SelectKBest ( f_classif , k...Univariate feature selection with F-test for feature scoring. We use...scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html -
dcg_score — scikit-learn 1.5.2 documentation
F., & Najork, M. (2008, March)....scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html -
One-Class SVM versus One-Class SVM using Stocha...
xlabel = ( f "error train: { n_error_train...{ X_train . shape [ 0 ] } ; " f "errors novel regular: { n_error_test...scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html -
A demo of structured Ward hierarchical clusteri...
print ( f "Number of pixels: { label . size } " ) print ( f "Number...rescaled_coins . shape ) print ( f "Elapsed time: { time . time ()...scikit-learn.org/stable/auto_examples/cluster/plot_coin_ward_segmentation.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 -
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 -
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