- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 841 - 850 of 1,291 for store (0.13 sec)
-
Reborn Dolls | MetaFilter
shelves for dolls to sit and stare. I suppose the sheer numbers...numbers of glassy eyes staring out had something to do with it. posted...www.metafilter.com/209152/Reborn-Dolls -
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 -
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 -
plot_hgbt_regression.rst.txt
scoring=scorer) rmse = cv_results["test_score"] print(f"RMSE...cv=ts_cv, scoring=scorer) rmse = cv_results["test_score"] print(f"RMSE...scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
Visualization of MLP weights on MNIST — scikit-...
05534985 Training set score: 0.986429 Test set score: 0.953061 # Authors:...print ( "Training set score: %f " % mlp . score ( X_train , y_train...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html -
Monotonic Constraints — scikit-learn 1.7.0 docu...
False early_stopping 'auto' scoring 'loss' validation_fraction...False early_stopping 'auto' scoring 'loss' validation_fraction...scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.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 -
GammaRegressor — scikit-learn 1.7.0 documentation
score ( X , y ) np.float64(0.773)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html -
LinearSVC — 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.svm.LinearSVC.html -
Simple 1D Kernel Density Estimation — scikit-le...
score_samples ( X_plot ) ax [ 1 ,...fit ( X ) log_dens = kde . score_samples ( X_plot ) ax [ 1 ,...scikit-learn.org/stable/auto_examples/neighbors/plot_kde_1d.html