- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1291 - 1300 of over 10,000 for 2 (0.57 seconds)
-
Upgrade Procedure
2/fess-15.3.2.tar.gz $ tar -xzf fess-15.3.2.tar.gz Copy...-Uvh fess-15.3.2.rpm # DEB $ sudo dpkg -i fess-15.3.2.deb Note Configuration...fess.codelibs.org/15.3/install/upgrade.html -
gen_even_slices — scikit-learn 1.8.0 docu...
2, None), slice(2, 4, None), ..., slice(8,...[slice(0, 1, None), slice(1, 2, None), ..., slice(9, 10, None)]...scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html -
check_X_y — scikit-learn 1.8.0 documentation
2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> y = [ 1 , 2 , 3 ]...array([[1, 2], [3, 4], [5, 6]]) >>> y array([1, 2, 3]) On...scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html -
AbstractTransactionManagementConfiguration (Spr...
transactionAttribute @Bean @Role (2) public TransactionAttribute...nternalTransactiona") @Role (2) public static TransactionalEventLi...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/transaction/annotati... -
Probability calibration of classifiers — ...
y [: n_samples // 2 ] = 0 y [ n_samples // 2 :] = 1 sample_weight...50000 # Generate 3 blobs with 2 classes where the second blob...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html -
Demonstration of k-means assumptions — sc...
subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html -
SGDRegressor — scikit-learn 1.8.0 documen...
loss/||x||**2) . ‘pa2’: passive-aggressive algorithm 2, see [1]...eta = hinge_loss / (||x||**2 + 1/(2 eta0)) . Added in version...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html -
PassiveAggressiveRegressor — scikit-learn...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...[1, n_features] if n_classes == 2 else [n_classes, n_features] Weights...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html -
LassoLarsCV — scikit-learn 1.8.0 document...
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.LassoLarsCV.html -
KNeighborsClassifier — scikit-learn 1.8.0...
array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html