Skip to content

hellokayas/Sockfarm-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sockfarm-Project

create conda env from yaml

If you want to create a new conda env, do the follows

conda env create -f environment.yml

If you want to modify the existing env, do the follows instead

conda env update

To export the current env, do conda env export > environment.yml.

overall organization

├── Data
├── LICENSE
├── README.md
├── resources
├── rev2data
└── src

rev2data

Here's the structure of rev2data.

rev2data
├── alpha
│   ├── alpha_gt.csv
│   └── alpha_network.csv
├── amazon
│   ├── amazon_gt.csv
│   └── amazon_network.csv
├── epinions
│   ├── epinions_gt.csv
│   └── epinions_network.csv
└── otc
    ├── otc_gt.csv
    └── otc_network.csv