- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1391 - 1400 of over 10,000 for 2 (0.23 seconds)
Filter
-
TSNE — scikit-learn 1.8.0 documentation
2 - 0.8. Angle less than 0.2 has quickly increasing...sklearn.manifold. TSNE ( n_components = 2 , * , perplexity = 30.0 , early_exaggeration...scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html -
KernelRidge — scikit-learn 1.8.0 document...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination, \(R^2\) , is defined as \((1 - \frac{u}{v})\)...scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html -
Kernel — scikit-learn 1.8.0 documentation
length_scale = 2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 ,..., X if Y is None else Y ) ** 2 ... def diag ( self , X ): ......scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html -
SVM Tie Breaking Example — scikit-learn 1...
2 ), ( 1 , 2 )] line = np . linspace...fig , sub = plt . subplots ( 2 , 1 , figsize = ( 5 , 8 )) titles...scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html -
Test an analyzer | Elastic Docs
"position": 2 }, { "token": "fox.",...: 0, "end_offset": 2, "type": "<ALPHANUM>",...www.elastic.co/docs/manage-data/data-store/text-analysis/test-an-analyzer -
Scheduler API
설명 0 0 2 * * ? 매일 오전 2시에 실행 0 0 0/6 * * ? 6시간마다 실행 0 0 2 * * MON..."cronExpression" : "0 0 2 * * ?" , "scriptType"...fess.codelibs.org/ko/15.5/api/admin/api-admin-scheduler.html -
k_means — scikit-learn 1.8.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...>>> centroid array([[10., 2.], [ 1., 2.]]) >>> label array([1,...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
mean_poisson_deviance — scikit-learn 1.8....
= [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2....2. ] >>> mean_poisson_deviance ( y_true , y_pred ) 1.4260......scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_poisson_deviance.html -
Matern — scikit-learn 1.8.0 documentation
\frac{1}{\Gamma(\nu)2^{\nu-1}}\Bigg( \frac{\sqrt{2\nu}}{l} d(x_i ,...the RBF kernel. When \(\nu = 1/2\) , the Matérn kernel becomes...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html -
d2_brier_score — scikit-learn 1.8.0 docum...
labels = None ) [source] # \(D^2\) score function, fraction of...features. The null model gets a D^2 score of 0.0. Read more in the...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_brier_score.html