- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 2,585 for 2 (0.09 sec)
-
DummyRegressor — scikit-learn 1.7.1 documentation
2.0 , 3.0 , 4.0 ]) >>> y = np . array ([ 2.0 , 3.0 ,...determination R^2 of the prediction. The coefficient R^2 is defined...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
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 -
DecisionTreeRegressor — scikit-learn 1.7.1 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 -
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/ -
chi2 — scikit-learn 1.7.1 documentation
2 , 2 ]) >>> chi2_stats , p_values...[ 5 , 4 , 1 ], ... [ 6 , 6 , 2 ], ... [ 1 , 4 , 0 ], ... [ 0...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html -
SGDClassifier — scikit-learn 1.7.1 documentation
[ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>> Y = np...np . array ([ 1 , 1 , 2 , 2 ]) >>> # Always scale the input. The...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html -
RandomForestRegressor — scikit-learn 1.7.1 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.ensemble.RandomForestRegressor.html -
PartialDependenceDisplay — scikit-learn 1.7.1 d...
2 Release Highlights for scikit-learn 1.2 Release Highlights...‘both’) is not a valid option for 2-ways interactions plot. As a result,...scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html -
index.css
--sk-landing-bg-2: var(--sk-cyan-shades-2); --sk-landing-bg-3:...var(--sk-cyan-shades-3); --sk-landing-bg-2: var(--sk-cyan); --sk-landing-bg-3:...scikit-learn.org/stable/_static/styles/index.css -
make_biclusters — scikit-learn 1.7.1 documentation
shape (2, 10) >>> cols . shape (2, 20) Gallery examples...shape = ( 10 , 20 ), n_clusters = 2 , random_state = 42 ... ) >>>...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html