塑化
一个小的CLI实用程序,可将任何GitHub存储库用作您项目的模板。
如何使用
只需使用要用作模板的存储库的URL调用可执行文件,该工具就会将main分支的最新版本下载到工作目录中,并将其初始化为新的存储库。
templify.exe https://github.com/bmorrisondev/faunaservice
您也可以选择指定其他分支或目录。
# This will create a folder called 'some-output-folder' with the
普通最小二乘(OLS)回归
这是一个简单的项目,展示了OLS回归算法的实现。 在此特定实现中,将发生以下情况:
1. input independent and dependent variable data is split into
"training" and "prediction" sets.
2. Within the training set, k-fold crossvalidation is used to
generate an Akaike Inform