Skip to content

Commit

Permalink
Update main_script.R
Browse files Browse the repository at this point in the history
  • Loading branch information
yiqiao-yin committed Jun 26, 2019
1 parent c64599f commit 92a7b18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/main_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#################### CREATE ARTIFICIAL DATA SET: CLASSIFICATION ####################

# Set seed
set.seed(2019)
set.seed(1)

# Create data
n <- 100 # Number of observation
Expand Down Expand Up @@ -56,7 +56,7 @@ all[1:5,1:3]; dim(all)
#################### CREATE ARTIFICIAL DATA SET: REGRESSION ####################

# Set seed
set.seed(2019)
set.seed(1)

# Create data
n <- 500 # Number of observation
Expand Down Expand Up @@ -965,4 +965,4 @@ YinsLibrary::job_finished_warning(
"Mr. Yin, program has just finished running."),
choose_or_random = TRUE )

######################### END SCRIPT #############################
######################### END SCRIPT #############################

0 comments on commit 92a7b18

Please sign in to comment.