- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1381 - 1390 of 2,141 for text (0.11 sec)
-
RepeatedKFold — scikit-learn 1.5.2 documentation
print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
IsolationForest example — scikit-learn 1.5.2 do...
X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.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 -
MLPRegressor — scikit-learn 1.5.2 documentation
X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... fit ( X , y ) [source]...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
One-Class SVM versus One-Class SVM using Stocha...
size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...size n_error_test_sgd = y_pred_test_sgd [ y_pred_test_sgd == - 1...scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html -
RepeatedStratifiedKFold — scikit-learn 1.5.2 do...
print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
GroupKFold — scikit-learn 1.5.2 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 -
Effect of transforming the targets in regressio...
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html -
class_likelihood_ratios — scikit-learn 1.5.2 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 -
Visualization of MLP weights on MNIST — scikit-...
partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html