数据库前
一个Vue.js项目
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
有关工作原理的详细说明,请查看的和。
普通最小二乘(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 Information Criteria (AIC) value for each 1-p
combinations of independent variables.
3. The model with the lowest AIC is selected and fit to the entire