Giter Club home page Giter Club logo

abhipatel35 / automated-machine-learning-pipeline-for-iris-dataset-classification Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7 KB

Automated ML pipeline for Iris dataset classification using Decision Tree. Features PCA dimensionality reduction and standard scaling.

Python 100.00%
automated-machine-learning classsification data-preprocessing descision-tree dimentionality-reduction iris-dataset machine-learning-pipeline python random-forest scikit-learn

automated-machine-learning-pipeline-for-iris-dataset-classification's Introduction

Automated Machine Learning Pipeline for Iris Dataset Classification

This project implements an automated machine learning pipeline for classifying the Iris dataset using a Decision Tree classifier. The pipeline includes dimensionality reduction using Principal Component Analysis (PCA), standard scaling of features, and training the classifier. The project serves as a demonstration of how to create an end-to-end machine learning workflow using scikit-learn pipelines.

Requirements

  • Python 3.x
  • scikit-learn
  • numpy

Installation

You can install the required packages using pip:

pip install scikit-learn numpy

Usage

  1. Clone the repository:
git clone https://github.com/abhipatel35/Automated-Machine-Learning-Pipeline-for-Iris-Dataset-Classification.git
  1. Navigate to the project directory:
cd automated-ml-pipeline-iris
  1. Run the script:
python main.py

Pipeline Overview

  1. Data Loading: The Iris dataset is loaded using scikit-learn's datasets module.
  2. Data Splitting: The dataset is split into training and testing sets.
  3. Pipeline Creation: A scikit-learn pipeline is created, which includes:
    • Dimensionality reduction using PCA.
    • Standard scaling of features.
    • Training a Decision Tree classifier.
  4. Model Training: The pipeline is fitted to the training data.
  5. Model Evaluation: The accuracy score of the model on the test set is computed.

automated-machine-learning-pipeline-for-iris-dataset-classification's People

Contributors

abhipatel35 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.