This is a small feature request.
In the Ipython notebook when I type sk <tab>, Ipython autocompletes sklearn. That is very useful. However, when I type from sklearn import <tab>, it shows an empty pop up with the text <empty docstring> .
In my opinion, it would be really useful to get the list of objects associated to the referred package. In this example, that would be sklearn.__check_build, sklearn._build_utils, sklearn._hmmc, etc.
This is a small feature request.
In the Ipython notebook when I type
sk <tab>, Ipython autocompletessklearn. That is very useful. However, when I typefrom sklearn import <tab>, it shows an empty pop up with the text<empty docstring>.In my opinion, it would be really useful to get the list of objects associated to the referred package. In this example, that would be sklearn.__check_build, sklearn._build_utils, sklearn._hmmc, etc.