- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 2,271 for 2 (0.07 sec)
-
cluster_optics_dbscan — scikit-learn 1.7.0 docu...
2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8... ( ... X , ... min_samples = 2 , ... max_eps = np . inf , ......scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html -
StratifiedKFold — scikit-learn 1.7.0 documentation
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...n_splits = 2 ) >>> skf . get_n_splits ( X , y ) 2 >>> print (...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html -
KNeighborsRegressor — scikit-learn 1.7.0 docume...
array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html -
The inspiration for this invention was simply u...
Lemkin at 11:35 AM on May 15 [ 2 favorites ] I prefer the blinking...cyanistes at 12:49 PM on May 15 [ 2 favorites ] And yet, and yet,...www.metafilter.com/208785/The-inspiration-for-this-invention-was-simply-utility -
HDBSCAN — scikit-learn 1.7.0 documentation
inf) are given the label -2. Samples with missing data are...clusters. That is to say, the -1, -2, -3 labels for the outlier clusters...scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html -
train_test_split — scikit-learn 1.7.0 documenta...
2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6 3.1 1.5...1.4 0.2 122 7.7 2.8 6.7 2.0 >>> y_train . head () 96 1 105 2 66...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
KernelRidge — scikit-learn 1.7.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination, \(R^2\) , is defined as \((1 - \frac{u}{v})\)...scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html -
FanFare
Poker Face: One Last Job Season 2, Episode 7 Sam Richardson plays...AM - 3 comments Movie: RoboCop 2 [TRAILER] Cyborg Detroit policeman...fanfare.metafilter.com -
Older Versions — scikit-learn 1.7.0 documentation
flyingimmidev 2 Francois Savard 2 Hannes Schulz 2 Peter Welinder 2 Yaroslav...Losi 2 Charles McCarthy 2 Roy Hyunjin Han 2 Scott White 2 ibayer...scikit-learn.org/stable/whats_new/older_versions.html -
available_if — scikit-learn 1.7.0 documentation
x % 2 == 0 ... ... @available_if ( _x_is_even..."say_hello" ) False >>> obj . x = 2 >>> hasattr ( obj , "say_hello"...scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html