Coder Social home page Coder Social logo

ecx-4.0-21-days-data-science-challenge's Introduction

pic

ECX 4.0 21 Days Data Science Challenge: Iris Classification

This is a challenge organized by the Engineering Career Expo Unilag. A challenge to test our data science skills for 21 days. In this challenge, I dealt with the Iris dataset and built a model that predicts the specie of an Iris by its measurements.

Tools

The following tools were used for different areas of the project:

  • Python Libraries:

    • Pandas: for data analysis and manipulation
    • Seaborn: a library based on matplotlib and it provides a high-level interface for data visualization
    • matplotlib: for data visualization
    • Joblib: Saving our model for deployment
  • Scikit Learn (Python Machine Learning Library):

    • GridSearchCV and RandomSearchCV: Hyperparameter tuning
    • StandardScaler: for standardization of numeric features
    • LabelEncoder: for encoding oyr categorical features
    • RandomForestClassifier, SVC, LogisticRegression, DecisionTreeClassifier: ML algorithm for classification problems
  • Evaluation Metrics:

    • Accuracy Score: Number of correctly predicted class over the total classes
    • Precision: ratio of correctly predicted positive classes over the total positive classes
    • Recall: ratio of correctly predicted positive class over the total classes
    • Classification report: a report showing precision, recall and F-1 score
    • ROC Curve: a plot showing the true positive rate(TPR) over false positive rate(FPR)
    • Confusion matrix: a table for assessing the quality of our classification model prediction
  • Deployment: Streamlit

Deployment Video

Streamlit App

ecx-4.0-21-days-data-science-challenge's People

Contributors

odeyiany2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.