Skip to content

igm4ai/template-linear-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-linear-regression

A simple template for linear regression

Quick Start

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!

About This Project

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

About

A simple template for linear regression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages