- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1061 - 1070 of 9,498 for 2 (0.16 seconds)
-
SGD: convex loss functions — scikit-learn...
= ( 1 - z [ z >= - 1 ]) ** 2 loss [ z >= 1.0 ] = 0 return...linspace ( xmin , xmax , 100 ) lw = 2 plt . plot ([ xmin , 0 , 0 , xmax...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html -
make_circles — scikit-learn 1.8.0 documen...
n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...ndarray of shape (n_samples, 2) The generated samples. y ndarray...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html -
KNeighborsRegressor — scikit-learn 1.8.0 ...
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 -
_safe_indexing — scikit-learn 1.8.0 docum...
2 ], [ 3 , 4 ], [ 5 , 6 ]]) >>>...select the first row array([1, 2]) >>> _safe_indexing...scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html -
1.17. Neural network models (supervised) —...
predict ([[ 2. , 2. ], [ - 1. , - 2. ]]) array([1, 0])...coef in clf . coefs_ ] [(2, 5), (5, 2), (2, 1)] Currently, MLPClassifier...scikit-learn.org/stable/modules/neural_networks_supervised.html -
Ingest data with Python | Elastic Docs
'_shards': {'total': 2, 'successful': 1, 'failed': 0},...'created', '_shards': {'total': 2, 'successful': 1, 'failed': 0},...www.elastic.co/docs/manage-data/ingest/ingesting-data-from-applications/ingest-data-with-python-o... -
日志配置
/^\d{4}-\d{2}-\d{2}/ format1 /^(?<time>\d{4}-\d{2}-\d{2} \d{...\d{2}:\d{2}:\d{2},\d{3}) \[(?<thread>.*?)\] (?<level&g...fess.codelibs.org/zh-cn/15.3/config/admin-logging.html -
1.10. Decision Trees — scikit-learn 1.8.0...
[ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>>...>>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...scikit-learn.org/stable/modules/tree.html -
1.4. Support Vector Machines — scikit-lea...
[ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>>...>>> clf . predict ([[ 2. , 2. ]]) array([1]) SVMs decision...scikit-learn.org/stable/modules/svm.html -
Fess 安装指南
设置环境变量 步骤 1: 安装 OpenSearch 步骤 2: 安装 Fess 步骤 3: 启动 注册为 Windows...步骤 1: 获取 Docker Compose 文件 步骤 2: 确认 Docker Compose 文件 步骤 3: 启动...fess.codelibs.org/zh-cn/15.3/install/index.html