# template-linear-regression **Repository Path**: igm4ai/template-linear-regression ## Basic Information - **Project Name**: template-linear-regression - **Description**: Mirror of github repo: https://github.com/igm4ai/template-linear-regression - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-19 - **Last Updated**: 2022-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # template-linear-regression A simple template for linear regression ## Quick Start Here is a brief usage example: ```shell 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 ``` ![](https://github.com/igm4ai/template-linear-regression/raw/main/statics/example_of_linear_regression.gif) Now you can start it by installing [igm](https://github.com/igm4ai/igm) tool. Enjoy yourself! ## About This Project This is the project structure of this template ```text ├── 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 ```