A simple template for linear regression
Here is a brief usage example:
igm new git+https://github.com/igm4ai/template-linear-regression lr_project
cd lr_project
igm run -h # see the commands
igm run install # install the requirements
igm run info # show information
igm run # start linear regression
Now you can start it by installing igm tool. Enjoy yourself!
This is the project structure of this template
├── inquire.py --> Script of Inquiring to User
├── LICENSE
├── meta.py --> Meta Config of Template
├── README.md
├── requirements.txt --> Requirements of Loading Template
└── template --> Project Template (For Rendering Project)
├── igmeta.py --> Meta Config of Project
├── main.py --> Main Entry of Project
├── README.md --> README of Project
└── requirements.txt --> Requirements of Running Project