- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 380 for f (0.04 sec)
-
Ridge coefficients as a function of the L2 Regu...
the true coefficients print ( f "The true coefficient of this...index = alphas , columns = [ f "Feature { i } " for i in range...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html -
Label Propagation digits: Demonstrating perform...
pyplot as plt f = plt . figure ( figsize = ( 7...images [ image_index ] sub = f . add_subplot ( 2 , 5 , index...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html -
Pipeline ANOVA SVM — scikit-learn 1.7.2 documen...
f_classif from sklearn.pipeline...anova_filter = SelectKBest ( f_classif , k = 3 ) clf = LinearSVC...scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.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 -
webpack-54547e72f15d909a.js
f=0;f<o.length;f++)d>=i&&Object.keys(l... b=t(l)}for(c&&c(e);f<i.length;f++)n=i[f],l.o(d,n)&&d[n]&&d[...www.elastic.co/_next/static/chunks/webpack-54547e72f15d909a.js -
sklearn.metrics — scikit-learn 1.7.2 documentation
balanced F-score or F-measure. fbeta_score Compute the F-beta score....t Compute precision, recall, F-measure and support for each class....scikit-learn.org/stable/api/sklearn.metrics.html -
LeaveOneGroupOut — scikit-learn 1.7.2 documenta...
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.LeaveOneGroupOut.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 -
8.2. Real world datasets — scikit-learn 1.7.2 d...
classifiers achieve very high F-scores, but their results would...to train and achieves a decent F-score: >>> from sklearn.naive_bayes...scikit-learn.org/stable/datasets/real_world.html -
Probability Calibration for 3-class classificat...
print ( "Log-loss of:" ) print ( f " - uncalibrated classifier: {...{ loss : .3f } " ) print ( f " - calibrated classifier: { cal_loss...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html