Skip to content

RicardoMourao-py/ames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploratory Analysis of the Ames dataset.

Set up your environment

It is preferrable to use Anaconda (https://anaconda.org/) for this project.

Install Anaconda and then create the environment for this project with the command:

conda env create -f environment.yml

This will install an environment called "ames" with the latest Python for you. Activate your environment with:

conda activate ames

Once in your environment, install all necessary packages for the project with:

poetry install

Working in the project

Just activate the environment.

conda activate ames

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published