- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1121 - 1130 of over 10,000 for 2 (0.19 seconds)
-
WhiteKernel — scikit-learn 1.8.0 document...
predict ( X [: 2 ,:], return_std = True ) (array([653.0,...bounds ndarray of shape (n_dims, 2) The log-transformed bounds on...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.WhiteKernel.html -
Configuration des journaux
/^\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/fr/15.4/config/admin-logging.html -
Compare the effect of different scalers on data...
2, 0.2] range for the transformed...longitude" , } # Take only 2 features to make visualization...scikit-learn.org/stable/auto_examples/preprocessing/plot_all_scaling.html -
6. Visualizations — scikit-learn 1.8.0 do...
return_X_y = True ) y = y == 2 # make binary X_train , X_test...return_X_y = True ) y = y == 2 # make binary X_train , X_test...scikit-learn.org/stable/visualizations.html -
CountVectorizer — scikit-learn 1.8.0 docu...
2) means unigrams and bigrams, and (2, 2) means only...'word' , ngram_range = ( 2 , 2 )) >>> X2 = vectorizer2...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html -
Recognizing hand-written digits — scikit-...
turning each 2-D array of grayscale values from...0.99 0.99 88 1 0.99 0.97 0.98 91 2 0.99 0.99 0.99 86 3 0.98 0.87...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
内存配置
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/zh-cn/15.4/config/setup-memory.html -
升级步骤
~ 1小时 预留时间: 30分钟 推荐维护时间 : 总计 2 ~ 4小时 步骤 1: 数据备份 升级前,请备份所有数据。...s_backup/snapshot_1" 方法 2: 整体备份目录 停止 OpenSearch 后,备份数据目录。...fess.codelibs.org/zh-cn/15.4/install/upgrade.html -
Column Transformer with Heterogeneous Data Sour...
We will only use posts from 2 categories to speed up running...empty ( shape = ( len ( posts ), 2 ), dtype = object ) for i , text...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html -
Successive Halving Iterations — scikit-le...
"min_samples_split" : randint ( 2 , 11 ), "bootstrap"...param_distributions = param_dist , factor = 2 , random_state = rng ) rsh . fit...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html