Skip to content

Mehybinator/titanic-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic Classification Practice

Table of Contents
  1. Built With
  2. Prerequisites
  3. Usage
  4. Contact

Built With

  • Python
  • Pandas
  • Matplotlib
  • Scikit-Learn

Prerequisites

Initialize a New Python Environment:

python -m pip venv env

Activate The Env by Running:

env\Scripts\activate

And Install Requirements:

python -m pip install -r requirement.txt

Usage

Run The Code With The Following Command:

python main.py

Alternatively If The Env Is Not Active:

.\env\Scripts\python main.py

This Will Make A Submition File With The Predictions And Save A Photo Of The Tree.

Contact

Mehran Arkak - [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages