1. 原理
1.1 回归方程
多元线性回归是一个样本有多个特征的线性回归问题,对于一个有n个特征的样本i而言,它的回归方程为:
统称为模型的参数,其中 被称为截距(intercept),~ 被称为回归系数,~ 是样本 上的不同特征,如果有m个样本,则回归结果为:
more >>
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true