kgoel59 / BigData

0 stars 1 forks source link

Task 3: Classification #3

Closed kgoel59 closed 2 months ago

kgoel59 commented 3 months ago

Task 3: Classification Analysis

Building on the data you preprocessed in Task 1, you are required to perform classification using at least two different algorithms. You may choose from KNN, Naïve Bayes, and other algorithms available in the provided reading materials.

Requirements:

  1. Algorithm Selection:

    • Select at least two classification algorithms.
    • Justify and explain your choice of algorithms.
    • Ensure you practice the lab on classification before starting this task.
  2. Report:

    • Provide detailed explanations of the steps involved in each algorithm.
    • Present the results of each algorithm in a table.
    • Compare the algorithms and determine which produced the best results.
    • Include your findings in the "Classification" section of your report.
    • Properly cite any referenced articles and programming resources.