Skip to content

YMWjp/birthrate-factors-sparse-model-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

birthrate-factors-sparse-model-python

Setup

To set up this project, use the following command:

git clone [email protected]:YMWjp/birthrate-factors-sparse-model-python.git

Branching Strategy

When creating new features, please use the following naming convention for branches:

  • feat/~~ for new features
  • fix/~~ for bug fixes

About Data

Click to expand data descriptions

Description of each data

Directory Structure

This project adopts the following directory structure to clearly separate the functionalities of data processing, analysis, and visualization:

  • data/: A folder for storing raw and processed data.
    • raw/: subfolder contains the raw data.
    • processed/: subfolder holds the preprocessed data.
  • src/: A folder for storing the source code.
    • data_processing.py: for data processing.
    • analysis.py: for data analysis.
    • visualization.py: for data visualization.
    • main.py: for managing the overall workflow.
  • requirements.txt: A file listing the necessary Python packages for the project.
  • .gitignore: A file specifying which files should be ignored by Git.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages