abhisheks008 / ML-Crate

ML-Crate stands as the ultimate hub for a multitude of exciting ML projects, serving as the go-to resource haven for passionate and dedicated ML enthusiasts!🌟💫 Devfolio URL, https://devfolio.co/projects/mlcrate-98f9
https://quine.sh/repo/abhisheks008-ML-Crate-409463050
MIT License
179 stars 214 forks source link

ACI IoT Network Traffic Dataset Analysis #502

Closed abhisheks008 closed 5 days ago

abhisheks008 commented 5 months ago

ML-Crate Repository (Proposing new issue)

:red_circle: Project Title : ACI IoT Network Traffic Dataset Analysis :red_circle: Aim : The aim of this project is to analyze the traffic dataset given here. :red_circle: Dataset : https://www.kaggle.com/datasets/emilynack/aci-iot-network-traffic-dataset-2023 :red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


📍 Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

karandomguy commented 3 weeks ago

Full name : Karan Kumar Bhagat GitHub Profile Link : https://github.com/karandomguy Participant ID (If not, then put NA) : NA Approach for the Project:

  1. Exploratory Data Analysis (EDA):

    • Load the dataset and examine its structure.
    • Handle missing values and clean the data.
    • Conduct univariate, bivariate, and multivariate analysis.
    • Visualize data trends using various plots (histograms, bar charts, scatter plots, etc.).
  2. Feature Engineering:

    • Create new features if necessary.
    • Encode categorical variables using techniques like one-hot encoding or label encoding.
    • Scale numerical features using standardization or normalization.
  3. Model Building:

    • Split the dataset into training and testing sets.
    • Implement multiple algorithms (Decision Trees, Random Forest, Gradient Boosting, Logistic Regression, SVM, k-NN).
    • Train and evaluate models using metrics such as accuracy, precision, recall, F1-score, and ROC-AUC.
  4. Model Comparison:

    • Compare models based on evaluation metrics.
    • Identify the best-performing model.
  5. Documentation and Visualization:

    • Document data cleaning, EDA, feature engineering, model building, and evaluation.
    • Save visualizations in the "Images" folder.
    • Summarize insights and conclusions.

What is your participant role? (Mention the Open Source Program name. Eg. HRSoC, GSSoC, GSOC etc.): SSoC

abhisheks008 commented 3 weeks ago

One issue at a time @karandomguy

karandomguy commented 3 weeks ago

Yes sure @abhisheks008, will get done with #572 then get started on this

why-aditi commented 1 week ago

Full name : Aditi Kala GitHub Profile Link : https://github.com/why-aditi Participant ID (If not, then put NA) : NA Approach for this Project : Load the data using appropriate tools and conduct an initial inspection to identify missing values and outliers. Perform exploratory data analysis (EDA) to understand feature distributions and relationships. Clean the data by handling missing values and outliers, and engineer new features if necessary. Split the data into training and testing sets, scaling features as needed. Build and evaluate various models. Finalize the best model, evaluate it on the test set, and prepare it for deployment. Document each step and report the findings to ensure clarity and reproducibility. What is your participant role? SSOC'24

abhisheks008 commented 1 week ago

Assigned @why-aditi

github-actions[bot] commented 5 days ago

Hello @why-aditi! Your issue #502 has been closed. Thank you for your contribution!