Iris Species Classification Using Random Forest in Python

Step 1: Setup & Run Iris Dataset in VS Code Open VS Code and create a new folder/project: Create a new Python file, e.g., iris.py. Paste this sample code in iris.py: Run your script in VS Code terminal: Step 2: Initialize Git and Create a New Branch Initialize Git (if not already done): Check Git status: Create a new branch named feature-24MCR105: Add all project files to Git: Commit your changes: Step 3 : Add the remote: Step 4 : Push your branch:

Apr 25, 2025 - 19:54
 0
Iris Species Classification Using Random Forest in Python

Step 1: Setup & Run Iris Dataset in VS Code

  1. Open VS Code and create a new folder/project:

Image description

  1. Create a new Python file, e.g., iris.py.

Image description

  1. Paste this sample code in iris.py:

  2. Run your script in VS Code terminal:

Step 2: Initialize Git and Create a New Branch

  1. Initialize Git (if not already done):

  2. Check Git status:

Image description

  1. Create a new branch named feature-24MCR105:

Image description

  1. Add all project files to Git:

Image description

Image description

  1. Commit your changes:

Image description

Step 3 : Add the remote:

Step 4 : Push your branch:

Image description