- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1361 - 1370 of over 10,000 for 2 (0.69 seconds)
Filter
-
Demonstrating the different strategies of KBins...
[ 2 , 4 ], [ 8 , 8 ]]) centers_1 =...3 , 3 , size = ( n_samples , 2 )), make_blobs ( n_samples = [...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_strategies.html -
Face completion with a multi-output estimators ...
n_pixels // 2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test.... figure ( figsize = ( 2.0 * n_cols , 2.26 * n_faces )) plt ....scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html -
NMF — scikit-learn 1.8.0 documentation
||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.NMF.html -
Comparison of LDA and PCA 2D projection of Iris...
the different samples on the 2 first principal components. Linear...target_names pca = PCA ( n_components = 2 ) X_r = pca . fit ( X ) . transform...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html -
CSV Connector
1 content News 2 Article 2 This is article 2 content Blog Parameters:.../usr/share/fess/app/WEB-INF/lib/ Method 2: Install from admin console Open...fess.codelibs.org/15.5/config/datastore/ds-csv.html -
Scheduler API
ausführen 0 0 2 * * MON Jeden Montag um 2:00 Uhr ausführen 0 0 2 1 * ?...Cron-Ausdruck Beschreibung 0 0 2 * * ? Täglich um 2:00 Uhr ausführen 0 0...fess.codelibs.org/de/15.5/api/admin/api-admin-scheduler.html -
Classifier comparison — scikit-learn 1.8.0 docu...
n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state.... random . RandomState ( 2 ) X += 2 * rng . uniform ( size =...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html -
BaggingRegressor — scikit-learn 1.8.0 documenta...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...the method is known as Bagging [2] . When random subsets of the...scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html -
check_increasing — scikit-learn 1.8.0 documenta...
2 , 3 , 4 , 5 ], [ 2 , 4 , 6 , 8 , 10 ] >>>...np.True_ >>> y = [ 10 , 8 , 6 , 4 , 2 ] >>> check_increasing ( x , y...scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html -
TweedieRegressor — scikit-learn 1.8.0 documenta...
2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3 ]] >>> y = [ 2 , 3.5...determination R^2. R^2 uses squared error and D^2 uses the deviance...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html