- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1511 - 1520 of over 10,000 for 2 (0.31 seconds)
Filter
-
GaussianNB — scikit-learn 1.8.0 documentation
2 ]]) >>> Y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html -
Decision Boundaries of Multinomial and One-vs-R...
2 ], [ - 0.4 , 1.2 ]] X = np . dot ( X ,..."Feature 1" , ylabel = "Feature 2" ) _ = ax . legend ( * scatter...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html -
Vector Quantization Example — scikit-learn 1.8....
subplots ( ncols = 2 , figsize = ( 12 , 4 )) ax [ 0...by a factor of approximately 2.5. We will later discuss about...scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html -
제거 절차
0 단계 2: OpenSearch 삭제 OpenSearch 설치 디렉터리를...rm -rf /path/to/opensearch-3.3.2 단계 3: 데이터 디렉터리 삭제(옵션) 기본적으로 데이터...fess.codelibs.org/ko/15.4/install/uninstall.html -
Procedimientos de Desinstalación
0 Paso 2: Eliminación de OpenSearch Elimine...rm -rf /path/to/opensearch-3.3.2 Paso 3: Eliminación del Directorio...fess.codelibs.org/es/15.4/install/uninstall.html -
ledoit_wolf_shrinkage — scikit-learn 1.8.0 docu...
scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf_shrinkage.html -
LarsCV — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_jobs = None , eps = np.float64(2.220446049250313e-16) , copy_X...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html -
plot_discretization_strategies.zip
[2, 4], [8, 8]]) centers_1 = np.array([[0,...form(-3, 3, size=(n_samples, 2)), make_blobs( n_samples=[ n_samples...scikit-learn.org/stable/_downloads/7b16734166ab4280e940d7fb89dd6113/plot_discretization_strategie... -
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 -
AgglomerativeClustering — scikit-learn 1.8.0 do...
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...AgglomerativeCluster ( n_clusters = 2 , * , metric = 'euclidean' , memory...scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html