因果分析系列12----匹配

因果分析系列12----匹配

  • 1.回归到底在做什么?
  • 2.子分类估计器
  • 3.匹配估计
  • 5.匹配偏差
  • 6.维数灾难
  • 小结

加载第三方包及全局设定

import warnings
warnings.filterwarnings('ignore')

import pandas as pd
import numpy as np
from matplotlib import style
from matplotlib 

你可能感兴趣的:(python,因果推断,matching)