- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 2,293 for 2 (0.52 sec)
-
MLPRegressor — scikit-learn 1.6.1 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 , epsilon = 1e-08 , n_iter_no_change...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
The ultimate symbol of irrationality and credul...
by chavenet (4 comments total) 2 users marked this as a favorite...Cabinet of Curiousities January 2, 2014 Cabinet of Wonders July...www.metafilter.com/208473/The-ultimate-symbol-of-irrationality-and-credulity -
getting_started.rst.txt
2, 3], # 2 samples, 3 features ... [11,...:term:`fit` method generally accepts 2 inputs: - The samples matrix (or...scikit-learn.org/stable/_sources/getting_started.rst.txt -
plot_multi_metric_evaluation.zip
range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2, re...sklearn.datasets import make_hastie_10_2 from sklearn.metrics import accuracy_score,...scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip -
completeness_score — scikit-learn 1.6.1 documen...
2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.999......([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ])) 0.0 Gallery examples #...scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html -
You never saw him coming | MetaFilter
2025 2:11 PM Subscribe It's been four...familiar. posted by Callisto Prime at 2:39 PM on April 7 https://www....www.metafilter.com/208331/You-never-saw-him-coming -
plot_discretization_strategies.py
[2, 4], [8, 8]]) centers_1 = np.array([[0,...form(-3, 3, size=(n_samples, 2)), make_blobs( n_samples=[ n_samples...scikit-learn.org/stable/_downloads/43e84df0b93ff974da370e8da900f2ee/plot_discretization_strategie... -
CalibratedClassifierCV — scikit-learn 1.6.1 doc...
2. method {‘sigmoid’, ‘isotonic’},...Zadrozny & C. Elkan, ICML 2001 [ 2 ] Transforming Classifier Scores...scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html -
Generative AI - Elasticsearch Labs
Elasticsearch revisited: Part 2 - The UI Abides This blog expands...Elasticsearch. JR By: Jeffrey Rengifo 1 2 3 Ready to build state of the...www.elastic.co/search-labs/blog/category/generative-ai -
MultiTaskLasso — scikit-learn 1.6.1 documentation
2 ], [ 2 , 4 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 3 ]]) ...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html