- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 841 - 850 of 1,291 for store (0.32 sec)
-
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 -
Live updates: House passes GOP's 'big, beautifu...
Pinterest Linkedin Latest Stories U.S. News Politics World Sports...Ushakov added. Read the full story here. Share Trump praises GOP...www.nbcnews.com/politics/trump-administration/live-blog/trump-big-beautiful-bill-house-taxes-immi... -
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 -
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 -
Hot seats | MetaFilter
I too love all the forgery stories, because most are very obvious....Related Posts “Time slip” stories are fairly common March 25,...www.metafilter.com/209324/Hot-seats -
Introducing the set_output API — scikit-learn 1...
SelectPercentile Parameters score_func <function f_c...x7fad23c2dab0>...( X_train , y_train ) clf . score ( X_test , y_test ) 0.801829268292683...scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html -
Principal Component Regression vs Partial Least...
We also print the R-squared scores of both estimators, which further...( f "PCR r-squared { pcr . score ( X_test , y_test ) : .3f }...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html -
plot_kmeans_digits.py
homo homogeneity score compl completeness score v-meas V measure...metrics.homogeneity_score, metrics.completeness_score, metrics.v_measure_score,...scikit-learn.org/stable/_downloads/5a87b25ba023ee709595b8d02049f021/plot_kmeans_digits.py -
Scaling the regularization parameter for SVCs —...
shuffle_params ) train_scores , test_scores = validation_curve (...shuffle_params ) train_scores , test_scores = validation_curve (...scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html