- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 621 - 630 of 3,757 for 1 (0.08 sec)
-
randomized_svd — scikit-learn 1.7.2 documentation
approximation problem described in [1] (problem (1.5), p5). Refer to Wikipedia...n_iter=0 or 1 should even work fine in theory (see [1] page 9)....scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_svd.html -
coverage_error — scikit-learn 1.7.2 documentation
y_true = [[ 1 , 0 , 0 ], [ 0 , 1 , 1 ]] >>> y_score = [[ 1 , 0 , 0...[ 0 , 1 , 1 ]] >>> coverage_error ( y_true , y_score ) 1.5 On...scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html -
make_friedman1 — scikit-learn 1.7.2 documentation
Annals of Statistics 19 (1), pages 1-67, 1991. [ 2 ] L. Breiman,...[source] # Generate the “Friedman #1” regression problem. This dataset...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html -
SVM: Maximum margin separating hyperplane — sci...
levels = [ - 1 , 0 , 1 ], alpha = 0.5 , linestyles...support_vectors_ [:, 1 ], s = 100 , linewidth = 1 , facecolors = "none"...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html -
HuberRegressor vs Ridge on dataset with strong ...
) epsilon_values = [ 1 , 1.5 , 1.75 , 1.9 ] for k , epsilon in...n_samples = 20 , n_features = 1 , random_state = 0 , noise = 4.0...scikit-learn.org/stable/auto_examples/linear_model/plot_huber_vs_ridge.html -
fetch_rcv1 — scikit-learn 1.7.2 documentation
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the RCV1 multilabel...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html -
Class Likelihood Ratios to measure classificati...
param to positive negative mean 1.0 1.0 std 0.0 0.0 The absence of...linspace ( 0.1 , 0.8 , 6 ) weights = weights [:: - 1 ] # fit and...scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html -
Orthogonal Matching Pursuit — scikit-learn 1.7....
1 , 1 ) plt . xlim ( 0 , 512 ) plt...make_sparse_coded_signal ( n_samples = 1 , n_components = n_components...scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html -
Gradient Boosting regression — scikit-learn 1.7...
subplot ( 1 , 1 , 1 ) plt . title ( "Deviance"...12 , 6 )) plt . subplot ( 1 , 2 , 1 ) plt . barh ( pos , feature_importance...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html -
Partial Dependence and Individual Conditional E...
rstride = 1 , cstride = 1 , cmap = plt . cm . BuPu...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery...scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html