ML basis

作者: Horus_eye | 来源:发表于2018-08-10 16:28 被阅读6次

    Get started with your EDA now by exploring this voting records dataset numerically. It has been pre-loaded for you into a DataFrame called df. Use pandas' .head(), .info(), and .describe() methods in the IPython Shell to explore the DataFrame, and select the statement below that is not true.

    plt.figure()

    ... ... sns.countplot(x='satellite',hue='party',data=df,palette='RdBu')

    ... ... plt.xticks([0,1],['No','Yes'])

    ... ... plt.show()

    相关文章

      网友评论

          本文标题:ML basis

          本文链接:https://www.haomeiwen.com/subject/wmflbftx.html