WEKA Lab Questions Answers
WEKA Lab Questions Answers
WEKA Lab Questions Answers
Aim:
Procedure:
2. Go to the Preprocess tab and explore the dataset for missing values and irrelevant attributes.
Result:
The labor dataset is preprocessed and ready for machine learning tasks.
2. Create scatterplots and histograms using visualize option to detect outliers in WEKA
Aim:
Procedure:
Outliers in the dataset are visually identified using scatterplots and histograms.
3. Demonstrate how to identify and address conflicting data when merging multiple datasets
Aim:
Procedure:
2. Check for conflicts in attributes like inconsistent data formats or missing values.
3. Resolve conflicts by standardizing attribute formats, filling missing values, or removing duplicates.
Result:
The datasets are merged and conflicts are resolved, ensuring consistency in the data.
4. Implement data preprocessing using ARFF format, CSV format, and C4.5 format in WEKA
Aim:
Procedure:
1. Import the datasets in each format (ARFF, CSV, C4.5) into WEKA.
Result:
Aim:
Procedure:
Result:
Irrelevant attributes are removed, and the dataset is optimized for further analysis.
Aim:
Procedure:
Result:
The dataset is processed using filters, improving its quality for analysis.
Procedure:
2. Load the dataset into WEKA and select the Apriori algorithm.
Result:
Frequent patterns in the noise data are identified using the Apriori algorithm.
8. Design multi-dimensional data models (Star, Snowflake, Fact Constellation) for Banking
Aim:
Procedure:
1. Create a fact table for transactions with measures like loan amount and interest rate.
3. Use normalization for Snowflake schema and multiple fact tables for Fact Constellation.
Result:
Star, Snowflake, and Fact Constellation schemas for banking are designed.
Procedure:
2. Create a central fact table for treatments with measures like cost and duration.
Result:
Aim:
Procedure:
Result:
The dataset is classified with results such as accuracy and confusion matrix.