- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 408 for f (0.05 sec)
-
MultiLabelBinarizer — scikit-learn 1.5.2 docume...
'f', 'h', 'i', 'l', 'm', 'o', 'r',...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MultiLabelBinarizer.html -
Feature importances with a forest of trees — sc...
RandomForestClassifi feature_names = [ f "feature { i } " for i in range...time () - start_time print ( f "Elapsed time to compute the importances:...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html -
LeaveOneGroupOut — scikit-learn 1.5.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 -
Version 1.1 — scikit-learn 1.6.dev0 documentation
Fix Add support for F-contiguous arrays for estimators...model. Fix feature_selection.f_regression and feature_selection.r_regression...scikit-learn.org/dev/whats_new/v1.1.html -
Digits Classification Exercise — scikit-learn 1...
= 1000 ) print ( "KNN score: %f " % knn . fit ( X_train , y_train...( "LogisticRegression score: %f " % logistic . fit ( X_train ,...scikit-learn.org/stable/auto_examples/exercises/plot_digits_classification_exercise.html -
Evaluation of outlier detection estimators — sc...
toc = perf_counter () print ( f "Duration for { model_name } :...shape [ 0 ], y . mean () print ( f " { n_samples } datapoints with...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
d2_pinball_score — scikit-learn 1.5.2 documenta...
F. (1999). “Goodness of Fit and...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html -
Various Agglomerative Clustering on a 2D embedd...
marker = f "$ { digit } $" , s = 50 , c =...scikit-learn.org/stable/auto_examples/cluster/plot_digits_linkage.html -
Nearest Neighbors Classification — scikit-learn...
set_title ( f "3-Class classification \n (k=...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html -
One-class SVM with non-linear kernel (RBF) — sc...
set ( xlabel = ( f "error train: { n_error_train...regular: { n_error_test } /40 ;" f " errors novel abnormal: { n_error_outliers...scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html