Skip to content

codeandcodes/ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML Kaggle

Running instructions

Data installation

From your directory where you cloned this, you'll need to go up one directory, create a directory called input, then download the kaggle data files and drop them there.

Model training

To run this you need to be able to run jupyter notebooks. You can run these in vscode by installing the extension.

I also install conda to set up the environment and install necessary packages.

  1. Create a conda environment
$ conda env create -n kaggle --file env.yml
  1. Export your existing environment
$ conda env export --from-history > env.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published