- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1371 - 1380 of over 10,000 for 2 (0.37 seconds)
-
1.11. Ensembles: Gradient boosting, random fore...
features 1 and 2. But note that features 0 and 2 are forbidden...Right split at feature 2 has only group {1, 2} from now on. LightGBM...scikit-learn.org/stable/modules/ensemble.html -
affinity_propagation — scikit-learn 1.8.0...
scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html -
MiniBatchDictionaryLearning — scikit-lear...
X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchDictionaryLearning.html -
Programador de Tareas
configuración de rastreo web son 1 y 2, y el ID de configuración de rastreo...webConfigIds ([ "1" , "2" ] as String []) . fileConfigIds...fess.codelibs.org/es/15.3/admin/scheduler-guide.html -
LinearSVR — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...(n_features) if n_classes == 2 else (n_classes, n_features) Weights...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html -
SVM with custom kernel — scikit-learn 1.8...
: 2 ] # we only take the first two...""" We create a custom kernel: (2 0) k(X, Y) = X ( ) Y.T (0 1) """...scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html -
Permutation Importance with Multicollinear or C...
n_jobs = 2 ) perm_sorted_idx = result . importances_mean...score ( X_test , y_test ) : .2 } " ) Baseline accuracy on...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html -
Effect of transforming the targets in regressio...
subplots ( 2 , 2 , sharey = "row" ,...ax1 ) = plt . subplots ( 1 , 2 ) ax0 . hist ( y , bins = 100...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html -
8.1. Toy datasets — scikit-learn 1.8.0 do...
80 2.34 1.12 Ash: 1.36 3.23 2.36 0.27 Alcalinity...Phenols: 0.98 3.88 2.29 0.63 Flavanoids: 0.34 5.08 2.03 1.00 Nonflavanoid...scikit-learn.org/stable/datasets/toy_dataset.html -
1.13. Feature selection — scikit-learn 1....
2. Univariate feature selection...SelectKBest ( f_classif , k = 2 ) . fit_transform ( X , y ) >>>...scikit-learn.org/stable/modules/feature_selection.html