Skip to content
Snippets Groups Projects
Commit 18e9dbdc authored by Abdullah Shah's avatar Abdullah Shah
Browse files

made new commit on files to remove unnecessary comments and code

parent 845b690e
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,8 @@ data = SyntheticData(shuffle=False)
config.X_train, config.X_test, config.y_train, config.y_test = data.generator()
#instantiate model here.
#finalModel = Models()
testModel = decisionTreemodel(config.X_train, config.X_test, config.y_train, config.y_test, 9)
#testModel1 = logisticRegressionModel(config.X_train, config.X_test, config.y_train, config.y_test, 9)
#fit model using fit method on the model class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment