- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of 402 for f (0.25 sec)
-
Multiclass Receiver Operating Characteristic (R...
name = f " { class_of_interest } vs the...effect of numpy.ravel : print ( f "y_score: \n { y_score [ 0 : 2...scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html -
Release Highlights for scikit-learn 1.1 — sciki...
max_iter = 50 ) hist_quantiles = { f "quantile= { quantile : .2f }...Parameters score_func <function f_c...x7fad23c2dab0> k 7 LogisticRegression...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html -
Examples of Using FrozenEstimator — scikit-lear...
estimates for three data points: \n " f " { classifier . predict_proba...same three data points: \n " f " { classifier . predict ( X_test...scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html -
precision_recall_fscore_support — scikit-learn ...
'f-score') , sample_weight = None...# Compute precision, recall, F-measure and support for each class....scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html -
Plot classification probability — scikit-learn ...
set_title ( f "Class { label } " ) # plot data...0.16 , 0.015 ]) plt . title ( f "Probability class { label } "...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html -
Comparison of kernel ridge regression and SVR —...
time () - t0 print ( f "Best SVR with params: { svr ....= time . time () - t0 print ( f "Best KRR with params: { kr ....scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html -
Pipeline ANOVA SVM — scikit-learn 1.7.0 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 -
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 -
Quantile regression — scikit-learn 1.7.0 docume...
performance) \n " f " { 'model' : <20 } MAE MSE \n " f " { linear_regression...performance) \n " f " { 'model' : <20 } MAE MSE \n " f " { linear_regression...scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html -
sklearn.feature_selection — scikit-learn 1.7.0 ...
f_classif Compute the ANOVA F-value for the provided...provided sample. f_regression Univariate linear regression tests...scikit-learn.org/stable/api/sklearn.feature_selection.html