- Sort Score
- Num 10 results
- Language All
- Labels All
Results 751 - 760 of over 10,000 for 2 (0.14 seconds)
-
Basic Crawler Configuration
(Cron format) # Run daily at 2 AM 0 0 2 * * ? # Run every hour at...set in scheduler 0 0 2 * * ? # Daily at 2 AM File Size Configuration...fess.codelibs.org/15.3/config/crawler-basic.html -
DecisionTreeRegressor — scikit-learn 1.8....
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html -
clustering.rst.txt
2, 0, 3, 4, 5, 1] >>> labels_pred = [1, 1, 0, 0, 2, 2, 2,...1, 2, 0, 3, 4, 5, 1] >>> labels_pred = [1, 1, 0, 0, 2, 2, 2,...scikit-learn.org/stable/_sources/modules/clustering.rst.txt -
Swiss Roll And Swiss-Hole Reduction — sci...
n_components = 2 ) sr_tsne = manifold . TSNE ( n_components = 2 , perplexity...n_components = 2 ) sh_tsne = manifold . TSNE ( n_components = 2 , perplexity...scikit-learn.org/stable/auto_examples/manifold/plot_swissroll.html -
plot_hgbt_regression.zip
2. :ref:`categorical_support_gbdt`,...showcasing all points except 2 and 6 in a real life setting....scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip -
non_negative_factorization — scikit-learn...
||H||_{Fro}^2,\end{aligned}\end{align} \] where \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn.org/stable/modules/generated/sklearn.decomposition.non_negative_factorization.html -
7.8. Pairwise metrics, Affinities and Kernels &...
for all a and b 2. d ( a , b ) == 0 , if and only...>>> X = np . array ([[ 2 , 3 ], [ 3 , 5 ], [ 5 , 8 ]])...scikit-learn.org/stable/modules/metrics.html -
IsolationForest example — scikit-learn 1....
2 ) @ covariance + np . array ([ 2 , 2 ]) # general...randn ( n_samples , 2 ) + np . array ([ - 2 , - 2 ]) # spherical outliers...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html -
plot_hgbt_regression.ipynb
showcasing all points except 2 and 6 in a real life\nsetting.\n"...label=\"recorded average\", linewidth=2, ax=ax)\n\nfor idx, max_iter in...scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb -
OrthogonalMatchingPursuit — scikit-learn ...
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.linear_model.OrthogonalMatchingPursuit.html