- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 831 - 840 of 1,291 for store (0.23 sec)
-
Release Highlights for scikit-learn 0.23 — scik...
score ( X_test , y_test )) print ( gbdt . score ( X_test...sklearn.metrics import completeness_score from sklearn.model_selection...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html -
FactorAnalysis — scikit-learn 1.7.0 documentation
score ( X , y = None ) [source] #...samples under the current model. score_samples ( X ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.decomposition.FactorAnalysis.html -
Perceptron — scikit-learn 1.7.0 documentation
confidence scores for samples. The confidence score for a sample...get the confidence scores. Returns : scores ndarray of shape (n_samples,)...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html -
Universal workplace search — Search all your to...
More search stories Tech giant Cisco is building...hours per month. See Cisco's story One of the world's leading law...www.elastic.co/enterprise-search/workplace-search -
Curve Fitting with Bayesian Ridge Regression — ...
compute_score = True ) Plot the true and predicted...alpha_ , reg . lambda_ , reg . scores_ [ - 1 ] ) ax . text ( 0.05...scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html -
Elastic site search — Fast, relevant search for...
See more search stories Customer spotlight Learn how...costs at the same time. Read story Customer spotlight Learn how...www.elastic.co/enterprise-search/site-search -
Crafting a minimal reproducer for scikit-learn ...
other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...scikit-learn.org/stable/developers/minimal_reproducer.html -
BaggingClassifier — scikit-learn 1.7.0 document...
oob_score_ float Score of the training dataset...bootstrap_features = False , oob_score = False , warm_start = False...scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html -
DummyRegressor — scikit-learn 1.7.0 documentation
score ( X , y ) 0.0 fit ( X , y ,...distribution of query points. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
Effect of transforming the targets in regressio...
r2_score def compute_score ( y_true , y_pred ):...get ]): for name , score in compute_score ( y_test , y_pred )...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html