- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 2,270 for 2 (0.13 sec)
-
linear_model.rst.txt
x_1 + w_2 x_2 + w_3 x_1 x_2 + w_4 x_1^2 + w_5 x_2^2 The (sometimes...:math:`[x_1, x_2]` to :math:`[1, x_1, x_2, x_1^2, x_1 x_2, x_2^2]`, and...scikit-learn.org/stable/_sources/modules/linear_model.rst.txt -
Better Binary Quantization (BBQ) in Lucene and ...
( 1 < < 0 ) + ( 2 < < 1 ) + ( 1 < < 2 ) + ( 2 < < 3 ) = 25 = ...\newline = (1 << 0) + (2 << 1) + (1 << 2) + (2 << 3) \newline = 25...www.elastic.co/search-labs/blog/better-binary-quantization-lucene-elasticsearch -
Release Highlights for scikit-learn 0.24 — scik...
2. From 1.2, use # PartialDependenceDis..."min_samples_split" : randint ( 2 , 11 ), "bootstrap" : [ True ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
DecisionTreeRegressor — scikit-learn 1.7.0 docu...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html -
plot_classifier_comparison.rst.txt
make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt -
RegressorMixin — scikit-learn 1.7.0 documentation
2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y =...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html -
It's time to win | MetaFilter
Kitteh at 6:36 AM on May 15 [ 2 favorites ] Will this mean that...scruss at 6:40 AM on May 15 [ 2 favorites ] Erskine-Smith was...www.metafilter.com/208782/Its-time-to-win -
PolynomialFeatures — scikit-learn 1.7.0 documen...
degree-2 polynomial features are [1, a, b, a^2, ab, b^2]. Read...etc. excluded: x[0] ** 2 , x[0] ** 2 * x[1] , etc. include_bias...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html -
Actor Jonathan Joss murdered in homophobic atta...
PM on June 2 . posted by mersen at 7:46 PM on June 2 . posted by...on June 2 . 💔 posted by tamarack at 9:46 PM on June 2 [ 1 favorite...www.metafilter.com/209031/Actor-Jonathan-Joss-murdered-in-homophobic-attack -
CCA — scikit-learn 1.7.0 documentation
[ 2. , 2. , 2. ], [ 3. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html