- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1061 - 1070 of over 10,000 for 2 (0.2 seconds)
-
Binarizer — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Binarizer.html -
文档
Compose 文件 方法 1: 单独下载文件 方法 2: 使用 Git 克隆仓库 步骤 2: 确认 Docker Compose 文件...1: 使用快照功能(推荐) 方法 2: 整体备份目录 Docker 版的备份 步骤 2: 停止当前版本 步骤 3: 安装新版本...fess.codelibs.org/zh-cn/documentation.html -
BernoulliRBM — scikit-learn 1.8.0 documen...
Contrastive Divergence (PCD) [2]. The time complexity of this...this implementation is O(d ** 2) assuming d ~ n_features ~ n_components....scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html -
7.7. Kernel Approximation — scikit-learn ...
2. Radial Basis Function Kernel...is usually chosen to be 1 or 2, transforming the dataset to size...scikit-learn.org/stable/modules/kernel_approximation.html -
Pipelining: chaining a PCA and a logistic regre...
n_jobs = 2 ) search . fit ( X_digits , y_digits...) = plt . subplots ( nrows = 2 , sharex = True , figsize = (...scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html -
Sample pipeline for text feature extraction and...
2)`` means unigrams and bigrams, and ``(2, 2)`` means...unigrams, ``(1, 2)`` means unigrams and bigrams, and ``(2, 2)`` means...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
Guide d’Installation de Fess
Installation d’OpenSearch Étape 2 : Installation de Fess Étape 3...fichiers Docker Compose Étape 2 : Vérification des fichiers Docker...fess.codelibs.org/fr/15.3/install/index.html -
Underfitting vs. Overfitting — scikit-lea...
scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html -
GaussianNB — scikit-learn 1.8.0 documenta...
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> Y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html -
SpectralBiclustering — scikit-learn 1.8.0...
[ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralBiclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html