Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Format for R Lab Mini Project (Exp. No.

8, 9 & 10)

Aim:
Write aim for R Lab Mini Project Exp. No. 8, 9 & 10 respectively.

Problem Statement:
Write problem statement selected for R lab mini project.

Data Description:
Write description of dataset selected under Data Description heading.

Following is the example of iris dataset.

Link to dataset: http://archive.ics.uci.edu/ml/datasets/iris

Predicted attribute: class of iris plant


Number of Instances: 150 (50 in each of three classes)
Number of Attributes: 4 numeric, predictive attributes and the class
Attribute Information:
1. sepal length in cm
2. sepal width in cm
3. petal length in cm
4. petal width in cm
5. class:
-- Iris Setosa
-- Iris Versicolour
-- Iris Virginica
Missing Attribute Values: None
Class Distribution: 33.3% for each of 3 classes.

Approach:

Write description of following operations/methods performed on dataset selected with screenshots


under approach heading:
a. Extracting data from a large Dataset
b. Exploratory analysis
c. Regression and correlation
d. Apply Data Mining algorithms(Classification, Clustering etc)
e. Visualizations and interpretation of results in R

CONCLUSION:

You might also like