You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote this piece of code to import SVC class from svm library. from sklearn.svm import SVC classifier = SVC()
Now, when i place my cursor just before the parenthesis in front of the letter C and press
Control + I
to inspect, instead of showing me the parameters/documentation and other info(as it does with other classes), spyder crashes with the following error message on my terminal
Segmentation fault (core dumped)
What steps will reproduce the problem?
Type sklearn.svm import SVC
Then type, classifier = SVC()
Press Control + I to inspect SVC class for parameters. (It then crashes)
What is the expected output? What do you see instead?
Expect to see the SVC class documentation.
I see spyder crashing and an error message:- Segmentation fault (core dumped)
Please provide any additional information below
Versions and main components
Python Version: 3.6.2
Operating system: Fedora OS
Dependencies
Please go to the menu entry Help > Optional Dependencies (or Help > Dependencies), press the button Copy to clipboard
and paste the contents below:
The text was updated successfully, but these errors were encountered:
Description of your problem
I wrote this piece of code to import SVC class from svm library.
from sklearn.svm import SVC
classifier = SVC()
Now, when i place my cursor just before the parenthesis in front of the letter C and press
Control + I
to inspect, instead of showing me the parameters/documentation and other info(as it does with other classes), spyder crashes with the following error message on my terminal
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expect to see the SVC class documentation.
I see spyder crashing and an error message:- Segmentation fault (core dumped)
Please provide any additional information below
Versions and main components
Dependencies
Please go to the menu entry
Help > Optional Dependencies
(orHelp > Dependencies
), press the buttonCopy to clipboard
and paste the contents below:
The text was updated successfully, but these errors were encountered: