- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 931 for tests (0.11 sec)
-
ExtraTreesRegressor — scikit-learn 1.6.1 docume...
X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
class_likelihood_ratios — scikit-learn 1.6.1 do...
obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html -
ShrunkCovariance — scikit-learn 1.6.1 documenta...
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html -
Feature discretization — scikit-learn 1.6.1 doc...
training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html -
GroupKFold — scikit-learn 1.6.1 documentation
f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html -
Nearest Neighbors regression — scikit-learn 1.6...
axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
cross_validate — scikit-learn 1.6.1 documentation
this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html -
LastaFluteのJakarta対応 (Java21) | LastaFlute
jakarta | Github exampleやtestも exampleやtestプロジェクトもブランチで分けてマージ管理していきます。...Jakarta版LastaFlute リリース一覧 Java8版との整合性 exampleやtestも 依存ライブラリをJakartaに 依存スコープに夜じゃなくて寄る...dbflute.seasar.org/ja/lastaflute/howto/upgrade/lakarta.html -
OpenTelemetry Bridge | APM .NET Agent Reference...
var src = new ActivitySource("Test"); using var activity1 = sr...var src = new ActivitySource("Test"); tracer.CaptureTransaction(...www.elastic.co/guide/en/apm/agent/dotnet/current/opentelemetry-bridge.html -
Dimensionality Reduction with Neighborhood Comp...
train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html