- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 2,271 for 2 (0.11 sec)
-
shuffle — scikit-learn 1.6.1 documentation
2)> >>> X_sparse . toarray () array([[0., 0.], [2., 1.],...y array([2, 1, 0]) >>> shuffle ( y , n_samples = 2 , random_state...scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html -
Draft Bylaws | MetaTalk
by tivalasvegas at 2:37 PM on May 24 [ 2 favorites ] in effect...posted by brook horse at 2:43 PM on May 24 [ 2 favorites ] I haven’t...metatalk.metafilter.com/26647/Draft-Bylaws -
GaussianProcessRegressor — scikit-learn 1.7.0 d...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...implementation is based on Algorithm 2.1 of [RW2006] . In addition to...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html -
Grauniad: Why millennials are now considered ac...
posted by Frowner at 2:05 PM on May 14 [ 2 favorites ] Also even...by Ursula Hitler at 2:14 PM on May 14 [ 2 favorites ] Jan Brady,...www.metafilter.com/208777/Grauniad-Why-millennials-are-now-considered-achingly-uncool -
FeatureUnion — scikit-learn 1.7.0 documentation
n_components = 2 ))]) >>> X = [[ 0. , 1. , 3 ], [ 2. , 2. , 5 ]] >>>...parameters. Added in version 1.2. n_features_in_ int Number of...scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html -
Support Matrix | Elastic
2.2-9 (read more at Migrating to Podman 5 ) [2] certified...since 7.9.2 due to glibc incompatibilities. FIPS 140-2 mode requires...www.elastic.co/support/matrix -
NuSVR — scikit-learn 1.6.1 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...for Support Vector Machines [ 2 ] Platt, John (1999). “Probabilistic...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
plot_classifier_comparison.ipynb
n n_features=2, n_redundant=0, n_informative=2, random_state=1,... = np.random.RandomState(2)\nX += 2 * rng.uniform(size=X.sha...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
Tributes flow for the Australian who saved mill...
Brown at 6:49 AM on May 25 [ 2 favorites ] "You could put the...since A) it's an additive and 2) it's necessary for us to have...www.metafilter.com/208919/Tributes-flow-for-the-Australian-who-saved-millions-of-brains -
1.5. Stochastic Gradient Descent — scikit-learn...
\(L_2\) norm: \(R(w) := \frac{1}{2} \sum_{j=1}^{m} w_j^2 = ||w||_2^2\)...values: >>> clf . predict ([[ 2. , 2. ]]) array([1]) SGD fits a...scikit-learn.org/stable/modules/sgd.html