IRIS DATASET
IRIS DATA SET is said to be the hello world of Machine Learning
DATA:150 rows and 4 columns Iris xls file
TASK: To predict the classification of the flower based on its attributes and evaluate some algorithms.
Following are the code written in R with details in comments along with the outputs
Figure 1: BOX PLOT
Figure 2: PLOT(y)
Figure 3: ScatterPlot
Figure 4: LDA Accuracy
Figure 5: Validation






Comments
Post a Comment