- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1491 - 1500 of over 10,000 for 2 (2.24 seconds)
Filter
-
范围指定检索
dified:[日期时间1 TO 日期时间2]”(日期时间1 < 日期时间2)。 日期时间基于 ISO 8601 标准。...例如,要搜索 last_modified 字段在 2016 年 2 月 21 日 20 时(假设为当前日期时间)之前 30 天...fess.codelibs.org/zh-cn/15.5/user/search-range.html -
check_array — scikit-learn 1.8.0 documentation
ndim > 2. ensure_min_samples int, default=1...the input data has effectively 2 dimensions or is originally 1D...scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html -
KNeighborsClassifier — scikit-learn 1.8.0 docum...
array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html -
Manage data from the command line | Elastic Docs
quot;total":2,"successful":2,"failed&quo...rds":{"total":2,"successful":1,&quo...www.elastic.co/docs/manage-data/data-store/manage-data-from-the-command-line -
DictionaryLearning — scikit-learn 1.8.0 documen...
X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html -
SVM Tie Breaking Example — scikit-learn 1.8.0 d...
2 ), ( 1 , 2 )] line = np . linspace...fig , sub = plt . subplots ( 2 , 1 , figsize = ( 5 , 8 )) titles...scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html -
Demystifying Liberty for WebSphere administrators
11:2 1:1 IBM Cloud Pak for Applications Advanced 11:2 3:2 IBM...Nottingham , Laura Cowen Like 2 Save On this page IBM WebSphere...developer.ibm.com/articles/demystifying-liberty-websphere-admins/ -
LassoCV — scikit-learn 1.8.0 documentation
it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
Version 0.14 — scikit-learn 1.8.0 documentation
Roland 2 Diego Molla 2 Imran Haque 2 Jochen Wersdörfer 2 Sergey...Sergey Karayev 2 Yannick Schwartz 2 jamestwebber 1 Abhijeet Kolhe...scikit-learn.org/stable/whats_new/v0.14.html -
PassiveAggressiveRegressor — scikit-learn 1.8.0...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...[1, n_features] if n_classes == 2 else [n_classes, n_features] Weights...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html