Yuzhen Mao

Results 4 issues of Yuzhen Mao

**Describe the bug** There seems exists a bug in terminal environment. **To Reproduce** when I import dataprep.eda in terminal, ">>>" will become "in", (like ipython) ![image](https://user-images.githubusercontent.com/57878927/101115512-7680bf80-361e-11eb-84bd-e8c74d094a2f.png) Then, when I enter...

type: bug

1.plot(df, x, color): for each category in color plot dist. of x. Used when y is the class label. 2.plot(df, x, y, color): scatter plot of x and y for...

type: enhancement

## Summary I try to add (lat, long) parameter option to plot(). Specifically, when user want to visualize latitude and longitude information in a dataframe, he can call: plot(df, (lat,...

type: enhancement

Hi, I am wondering that if directly applying a well-trained vanilla Transformer checkpoint to the Informer (which I think is possible since there is no additional parameters in Informer), could...