Author:Xiaofei Xu 1 Introduction Since 2012, the Massive Open Online Courses (MOOCs) have developed worldwide. It brings the huge influences and challenges to global higher educati…
# 加载必要的依赖库 import re # for regular expressions import pandas as pd pd.set_option(“display.max_colwidth”, 200) import numpy as np import matplotlib.pyplot as plt import seaborn as s…