- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1191 - 1200 of over 10,000 for 2 (0.21 seconds)
-
IBM Cloud Pak for Applications - IBM Developer
developer.ibm.com/components/cloud-pak-for-applications -
日志配置
/^\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/zh-cn/15.3/config/admin-logging.html -
PolynomialFeatures — scikit-learn 1.8.0 d...
degree-2 polynomial features are [1, a, b, a^2, ab, b^2]. Read...etc. excluded: x[0] ** 2 , x[0] ** 2 * x[1] , etc. include_bias...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html -
lars_path_gram — scikit-learn 1.8.0 docum...
float64(2.220446049250313e-16) , copy_Gram...case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html -
plot_hgbt_regression.rst.txt
2. :ref:`categorical_support_gbdt`,...showcasing all points except 2 and 6 in a real life setting....scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
adjusted_rand_score — scikit-learn 1.8.0 ...
scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html -
A demo of K-Means clustering on the handwritten...
can use PCA to project into a 2-dimensional space and plot the...reduced_data = PCA ( n_components = 2 ) . fit_transform ( data ) kmeans...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html -
spectral_embedding — scikit-learn 1.8.0 d...
2: Added ‘auto’ option. norm_laplacian...affinity_matrix , n_components = 2 , random_state = 42 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.manifold.spectral_embedding.html -
plot_release_highlights_1_8_0.zip
2, 2) x2, y2 = S_scaling.T ax2.scatter(x2,...n\nax2 = fig.add_subplot(1, 2, 2)\nx2, y2 = S_scaling.T\nax2.scatter(x2,...scikit-learn.org/stable/_downloads/195570df7730e31327589be9e4984333/plot_release_highlights_1_8_0... -
Curve Fitting with Bayesian Ridge Regression &#...
sin ( 2 * np . pi * x ) size = 25 rng..., axes = plt . subplots ( 1 , 2 , figsize = ( 8 , 4 )) for i ,...scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html