numpy、matplotlib.pyplot和seaborn的一些用法plt.scatter()np.linspace用法介绍numpy.meshgrid()numpy中的ravel()、flatten()、squeeze()的用法与区别numpy中np.c_和np.r_matplotlib 等高线的绘制 —— plt.contour 与 plt.contourfnp.stack()
sklearn实现逻辑回归的细节:https://www.cnblogs.com/sddai/p/9571305.htmlplt.scatter()https://blog.csdn.net/m0_37393514/article/details/81298503np.linspace用法介绍https://blog.csdn.net/Asher117/article/details/87855493numpy.meshgrid()https://blog.csdn.net/lllxxq1415