DEV Community

Cover image for Iris Species Classification Using Random Forest in Python
Sowmiya Sree
Sowmiya Sree

Posted on

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

Top comments (2)

Collapse
 
nevodavid profile image
Nevo David

been cool seeing steady progress - i swear just making small steps like this in git adds up fast

Some comments may only be visible to logged-in visitors. Sign in to view all comments.