Skip to content

pramax/VSCodeDStutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is from a Microsoft tutorial available at https://code.visualstudio.com/docs/datascience/data-science-tutorial

A Python 3.10 version environment was created using the Anaconda command line prompt:

conda create -n myenv python=3.10 pandas jupyter seaborn scikit-learn keras tensorflow

This environ was used as a Kernel for this project.

Public data set about survivability on the Titanic was used. Seaborn is used visualise data. Then a classification model is used to predict survivability based on age, gender, relatives etc. It shows an accuracy of 75%.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published