From 494bbdcc5ca98cfa9d774ccf5714deccfb9e899e Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Tue, 31 May 2022 18:04:27 +0530 Subject: Update models.R --- models.R | 9 --------- 1 file changed, 9 deletions(-) diff --git a/models.R b/models.R index 3e269e7..02b09f9 100644 --- a/models.R +++ b/models.R @@ -129,12 +129,3 @@ summary(nb) nb_model <- h2o.saveModel(object = nb, path = "/Users/lucifer/Documents/projects/NetworkIntrusionDetection/models", force = TRUE) - -# Build and train the XGBoost model: -xgb <- h2o.xgboost(x = predictors, - y = response, - training_frame = train, - validation_frame = test, - booster = "dart", - normalize_type = "tree", - seed = 1234) -- cgit v1.2.3