- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1121 - 1130 of 2,482 for 2 (0.13 sec)
-
sklearn.neural_network — scikit-learn 1.7.2 doc...
Models based on neural networks. User guide. See the Neural network models (supervised) and Neural network models (unsupervised) sections for further details.scikit-learn.org/stable/api/sklearn.neural_network.html -
make_column_transformer — scikit-learn 1.7.2 do...
Gallery examples: Categorical Feature Support in Gradient Boosting Combine predictors using stacking Common pitfalls in the interpretation of coefficients of linear models Displaying estimators and...scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_transformer.html -
paired_cosine_distances — scikit-learn 1.7.2 do...
Skip to main content Back to top Ctrl + K GitHub Choose version paired_cosine_distances # sklearn.metrics.pairwise. p...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_cosine_distances.html -
assert_all_finite — scikit-learn 1.7.2 document...
Skip to main content Back to top Ctrl + K GitHub Choose version assert_all_finite # sklearn.utils. assert_all_finite ...scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.html -
add_dummy_feature — scikit-learn 1.7.2 document...
Skip to main content Back to top Ctrl + K GitHub Choose version add_dummy_feature # sklearn.preprocessing. add_dummy_...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.add_dummy_feature.html -
Topic extraction with Non-negative Matrix Facto...
done in 2.141s. # Authors: The scikit-learn...fig , axes = plt . subplots ( 2 , 5 , figsize = ( 30 , 15 ), sharex...scikit-learn.org/stable/auto_examples/applications/plot_topics_extraction_with_nmf_lda.html -
3.3. Tuning the decision threshold for class pr...
DecisionTreeClassifi ( max_depth = 2 , random_state = 0 ) . fit ( X...best_score_ np.float64(0.86) 3.3.1.2. Important notes regarding the...scikit-learn.org/stable/modules/classification_threshold.html -
検索関連の設定
fragments = 2 ハイライト生成方法 OpenSearchのハイライトの生成方法を指定します。...fess.codelibs.org/ja/15.3/config/search-config.html -
3.1. Cross-validation: evaluating estimator per...
2 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2 , 3 , 3...)) [2 3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3]...scikit-learn.org/stable/modules/cross_validation.html -
Decision boundary of semi-supervised classifier...
: 2 ] y = iris . target # step size...0 , 0.9 ), 1 : ( 1 , 0 , 0 ), 2 : ( 0.8 , 0.6 , 0 )} classifiers...scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_versus_svm_iris.html