- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 371 - 380 of 2,618 for 2 (0.16 sec)
-
HistGradientBoostingRegressor — scikit-learn 1....
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html -
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 -
DecisionBoundaryDisplay — scikit-learn 1.7.1 do...
2) Input data that should be only 2-dimensional....load_iris () >>> feature_1 , feature_2 = np . meshgrid ( ... np . linspace...scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html -
MetaFilter | Community Weblog
(slyt) posted by clavdivs at 2:34 PM - 11 comments …a high-energy...posted by potrzebie at 1:00 PM - 2 comments There’s no easy way to...www.metafilter.com/ -
LlamaIndex and Elasticsearch Rerankers: Unbeata...
G16 2 1 - - Gigabyte AORUS 17 3 4 5 4 MSI Stealth 17 4 3 2 3 Alienware...Alienware m18 5 2 1 2 HP Omen 16 - - 3 5 Acer Predator Helios...www.elastic.co/search-labs/blog/elasticsearch-reranker-llamaindex-rankgpt -
VotingRegressor — scikit-learn 1.7.1 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4 , 16 ],...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html -
Elastic Observability Labs
Nima Rezainia 2 April 2025 OpenTelemetry APM Instrumentation...EDOT. Miguel Luna Bahubali Shetti 2 April 2025 Azure OpenAI OpenAI...www.elastic.co/observability-labs/blog/tag/opentelemetry -
make_moons — scikit-learn 1.7.1 documentation
2 , random_state = 42 ) >>> X . shape (200, 2) >>> y ....n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html -
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 -
1.10. Decision Trees — scikit-learn 1.7.1 docum...
[ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> clf = tree...samples: >>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...scikit-learn.org/stable/modules/tree.html