- Sort Score
- Num 10 results
- Language All
- Labels All
Results 691 - 700 of over 10,000 for 2 (5.14 seconds)
-
mean_absolute_error — scikit-learn 1.8.0 ...
2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>...>>> y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_error.html -
mean_squared_error — scikit-learn 1.8.0 d...
2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>...>>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_error.html -
weighted_mode — scikit-learn 1.8.0 docume...
2 , 4 , 2 ] >>> weights = [...weights ) (array([2.]), array([3.5])) The value 2 has the highest...scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html -
ARDRegression — scikit-learn 1.8.0 docume...
[ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression() >>>...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html -
KNeighborsClassifier — scikit-learn 1.8.0...
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 -
OR 检索
如果想搜索包含”搜索词1”或”搜索词2”的文档,在搜索表单中输入如下内容: 搜索词1 OR 搜索词2 也可以用 OR 连接多个词。...fess.codelibs.org/zh-cn/15.3/user/search-or.html -
Plotting Learning Curves and Checking Models’ S...
subplots ( nrows = 2 , ncols = 2 , figsize = ( 16 , 12 ),...subplots ( nrows = 1 , ncols = 2 , figsize = ( 10 , 6 ), sharey...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html -
test.mpp
ipsum dolor sit amet - 開始タスク 2. Task 2: consectetur adipiscing elit...Test User - テストユーザー - Resource 2: Fess Team - Fessチーム Notes: This...raw.githubusercontent.com/codelibs/fess-testdata/master/files/msoffice/test.mpp -
메모리 설정
export FESS_HEAP_SIZE = 2 g 단위: m : 메가바이트 g : 기가바이트 RPM/DEB.../etc/sysconfig/fess 를 편집합니다. FESS_HEAP_SIZE = 2 g DEB 패키지의 경우 /etc/default/fess...fess.codelibs.org/ko/15.3/config/setup-memory.html -
spectral_clustering — scikit-learn 1.8.0 ...
[2] . Read more in the User Guide...be avoided. Added in version 1.2: Added ‘auto’ option. assign_labels...scikit-learn.org/stable/modules/generated/sklearn.cluster.spectral_clustering.html