Skip to content

calvelli/to_share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

to_share

Sharable pieces of code i've made public.

All folders contain some kind of non-obvious solutions to data science problems or useful code for data treatment/analysis that i offen use. Every folder follows the same structure:

A typical folder

  .
  ├── subject                     
  |   ├── topic
  |   |   ├── data        # contains all the data used in the project (not alwyas provided)
  |   |   ├── notebooks   # any jupyter notebooks used
  |   |   ├── results     # dataframes w/ results and/or plots
  |   |   main.py         # proper implemented code and any other useful scripts
  |   |   requirements.txt
  |   ├── topic_2
  |   ...
  ├── subject_2
  |   ├── topic
  ├── ...
  └── README.md

I dont intend to maintain anything here

About

Sharable pieces of code i've made public

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages