- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1041 - 1050 of 2,296 for 2 (0.2 sec)
-
Illustration of Gaussian process classification...
2 ) Y = np . logical_xor ( X [:,...DotProduct ( sigma_0 = 1.0 ) ** 2 ] for i , kernel in enumerate...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html -
AdaBoostClassifier — scikit-learn 1.6.1 documen...
implements the algorithm based on [2] . Read more in the User Guide...max_depth=1 . Added in version 1.2: base_estimator was renamed to...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html -
contingency_matrix — scikit-learn 1.6.1 documen...
2 , 2 ] >>> labels_pred = [ 1 , 0 , 2 , 1 , 0 , 2 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html -
Eclipseでgit clone | DBFlute
Git Perspectiveを開く 2. Git Repositories Viewでペースト 3....cloneウィザードでclone 3-1. リポジトリ基本情報を入力 3-2. ブランチを選択 3-3. clone先の調整とimportのチェック...dbflute.seasar.org/ja/manual/topic/friends/eclipse/operation/git/egitclone.html -
Friends - Maven | DBFlute
mystic-2.1.jar -> hangar-0.8.jar l M ↓ -> bigband-3.4.jar i 2 sea-1.5.jar...piari-1.0.jar -> dstore-2.0.jar -> oneman-2.5.jar ↑ +-↓ | <<< pom.xml...dbflute.seasar.org/ja/manual/topic/friends/maven/index.html -
RBF — scikit-learn 1.6.1 documentation
x_j)^2}{2l^2} \right)\] where \(l\) is the...very smooth. See [2] , Chapter 4, Section 4.2, for further details...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html -
Factor Analysis (with rotation) to visualize pa...
2 , 3 ]) ax . set_xticklabels (...) ax . set_yticks ([ 0 , 1 , 2 , 3 ]) ax . set_yticklabels (...scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html -
Model-based and sequential feature selection — ...
2 area (worst): 185.2 4254.0 smoothness (worst):...Since we want to select only 2 features, we will set this threshold...scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html -
6.1. Pipelines and composite estimators — sciki...
2. Access pipeline steps # The estimators...'select' , SelectKBest ( k = 2 )), ... ( 'clf' , LogisticRegression...scikit-learn.org/stable/modules/compose.html -
lars_path_gram — scikit-learn 1.6.1 documentation
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...copy_X = True , eps = np.float64(2.220446049250313e-16) , copy_Gram...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html