摘要:
%%time NUM_SAMP=10 fig = plt.figure(figsize=(25, 16)) for jj in range(5): for i, (idx, row) in enumerate(df_test.sample(NUM_SAMP,random_state=SEED+jj).iterrows()): ax = fig.add_subplot(5,... 阅读全文
posted @ 2019-07-24 14:31
吴裕雄
阅读(345)
评论(0)
推荐(0)