- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of 388 for f (0.11 sec)
-
PredefinedSplit — scikit-learn 1.6.1 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.PredefinedSplit.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 -
LeavePGroupsOut — scikit-learn 1.6.1 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.LeavePGroupsOut.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 -
sklearn.feature_selection — scikit-learn 1.6.1 ...
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 -
PatchExtractor — scikit-learn 1.6.1 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 -
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 -
Lasso on dense and sparse data — scikit-learn 1...
y ) print ( f "Sparse Lasso done in { ( time...dense_lasso . fit ( X , y ) print ( f "Dense Lasso done in { ( time...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_dense_vs_sparse_data.html -
Effect of transforming the targets in regressio...
model_selection import train_test_split f , ( ax0 , ax1 ) = plt . subplots..."Transformed target distribution" ) f . suptitle ( "Synthetic data"...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html -
Visualizing the stock market structure — scikit...
"F" : "Ford" , "HMC" : "Honda" ,...Fetching quote history for np.str_('F') Fetching quote history for np.str_('GD')...scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html