Publications by Samantha Nurmi
Classification Project Step 1
09.05.2020
Step 1 Explore the website # Import data from UCI ML repo theURL<- "http://archive.ics.uci.edu/ml/machine-learning-databases/mushroom/agaricus-lepiota.data" # Explicitly adding the column headers from the data dictionary mushroom.data<- read.csv(file = theURL, header = FALSE, sep = ",",strip.white = TRUE, stringsAsFact...
44 sym R (10061 sym/25 pcs) 8 img