- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 4,268 for * (5.89 sec)
-
top.css
baseline; } /* ---------- reset } */ /* ---------- */ /* ---------- base...50px; } /* ---------- base layout } */ /* ---------- */ /* ----------...dbflute.seasar.org/css/top.css -
XG Tries American Foods | Buzz Bites
burritos, a Bloomin’ Onion, Trader Joe’s pickle chips, and, of course,...course, BJ’s pizookies. Watch the video to see their priceless...www.buzzfeed.com/watch/video/239641 -
GridSearchCV — scikit-learn 1.7.1 documentation
rank_t… ‘poly’ – 2 0.80 … 2 ‘poly’ – 3 0.70 … 4 ‘rbf’ 0.1 – 0.80 …...'param_gamma' : masked_array ( data = [ -- -- 0.1 0.2 ], mask...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html -
OneVsOneClassifier — scikit-learn 1.7.1 documen...
X_test [: 10 ]) array([2, 1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...train_test_split ( ... X , y , test_size = 0.33 , shuffle = True , random_state...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html -
TunedThresholdClassifierCV — scikit-learn 1.7.1...
= [ 0.9 , 0.1 ], class_sep = 0.8 , random_state = 42 ... ) >>>...object (e.g., function) with signature scorer(estimator, X, y) ....scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
quantile_transform — scikit-learn 1.7.1 documen...
normal ( loc = 0.5 , scale = 0.25 , size = ( 25 , 1 )), axis =...random_state = 0 , copy = True ) array([...]) Gallery examples # Effect...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html -
available_if — scikit-learn 1.7.1 documentation
HelloIfEven : ... def __init__ ( self , x ): ... self . x = x ... ... def..._x_is_even ( self ): ... return self . x % 2 == 0 ... ... @available_if...scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html -
OneHotEncoder — scikit-learn 1.7.1 documentation
handle_unknown {‘error’, ‘ignore’, ‘infrequent_if_exist’, ‘warn’}, default=’error’...feature + "_" + str(category) .E.g. feature X with values 1, 6, 7...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html -
ComplementNB — scikit-learn 1.7.1 documentation
size = ( 6 , 100 )) >>> y = np . array ([ 1 , 2 , 3 , 4 , 5 , 6 ])...models. References Rennie, J. D., Shih, L., Teevan, J., & Karger,...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
SparseRandomProjection — scikit-learn 1.7.1 doc...
n_components = 'auto' , * , density = 'auto' , eps = 0.1 , dense_output...probability 1 - 1 / s +sqrt(s) / sqrt(n_components) with probability...scikit-learn.org/stable/modules/generated/sklearn.random_projection.SparseRandomProjection.html