- Sort Score
- Num 10 results
- Language All
- Labels All
Results 861 - 870 of over 10,000 for 2 (0.68 seconds)
-
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 -
adjusted_mutual_info_score — scikit-learn...
JMLR [ 2 ] Wikipedia entry for the Adjusted...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ]) 0.0 Gallery examples #...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html -
test.csv
Test User 2,吾輩は猫である,夏目漱石の小説,Literature,夏目漱石...raw.githubusercontent.com/codelibs/fess-testdata/master/files/data/test.csv -
Permutation Importance vs Random Forest Feature...
result in up to `max_categories + 2` integer codes. .. versionadded::...instead. .. versionadded:: 1.2 False RandomForestClassifi ? Documentation...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html -
Docker Installation (Detailed Guide)
2/compose/compose-opensearch3.yaml Method 2: Clone Repository...later is installed Docker Compose 2.0 or later is installed Verify...fess.codelibs.org/15.3/install/install-docker.html -
GaussianMixture — scikit-learn 1.8.0 docu...
2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ], [ 10 , 4 ],...gm . means_ array([[10., 2.], [ 1., 2.]]) >>> gm . predict...scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html -
LassoCV — scikit-learn 1.8.0 documentation
it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.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 -
Comparing different clustering algorithms on to...
xlim ( - 2.5 , 2.5 ) plt . ylim ( - 2.5 , 2.5 ) plt . xticks..."quantile" : 0.2 , "n_clusters" : 2 , "min_samples"...scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html