Questions tagged [spyder]

Spyder is a free, open source scientific python development environment that comes preinstalled with Anaconda installations.

Spyder is a free, open source scientific python development environment that comes preinstalled with Anaconda installations. It can be used for scientific computing, engineering, and data science. Some of its notable features include an editor, IPython console, variable explorer, plots, debugger, and robust docs for help. Spyder also has extensive functionality with plugins for notebooks, terminal, and unit testing.

7 questions
2
votes
0 answers

Tensorflow version conflict between Spyder and Anaconda-Prompt

I downloaded the TensorFlow version 1.14.0 from Anaconda Prompt. pip install tensorflow==1.14.0 When I check the version of Tensorflow from Spyder it shows like this import tensorflow as tf print("Tensorflow Version : ",tf.__version__) Why…
Rina
  • 165
  • 1
  • 13
1
vote
0 answers

How to plot the hyperplane for multiclass target variable in SVM?

Please suggest me how can I draw the hyperplane for a 7 class target variable. I'm doing my project in python 3.7 in Spyder.
1
vote
1 answer

Spyder 4: changed behavior or "run cell" / run selected code

I'm a user of spyder. This weekend I updated to spyder 4, which seems to have received many usefull improvements, however I have a problem with running selected code. The logic seems to have changed. Unfortunately for me it is very important, that I…
jottbe
  • 421
  • 5
  • 17
1
vote
2 answers

Best practices when creating a virtual environment in Anaconda

I am absolutely confused due to the number of different ways and the abundance of articles explaining how to create a virtual environment in Anaconda. You could use conda or virtualenvironment to create one. Also depending on how you create it, you…
spectre
  • 1,831
  • 1
  • 9
  • 29
0
votes
1 answer

Logistic regression based prediction model using flask(python) to predict if Student will pass or fail. Error

I am trying to create a web application on Python using Flask that predicts if a student is likely to pass or fail using a Kaggle dataset. I changed the dataset a little and want to predict if the student will Pass or Fail using Logistic Regression…
0
votes
0 answers

einstein sum subscripts string contains too many subscripts for operand 4

C_ijkl = np.array([[A11, A12, A13, 0, 0, 0], [A12, A22, A23, 0, 0, 0], [A13, A23, A33, 0, 0, 0], [0, 0, 0, A44, 0, 0], [0, 0, 0, 0, A55, 0], [0, 0, 0, 0,…
0
votes
0 answers

Spyder - stop consoles accidentally closing

When I use Spyder, I have fairly frequently accidentally closed the wrong consoles. Usually by a cmd+W. Most applications ask if I want to save before close/confirm I definitely want to close. Spyder just closes, so I may lose training that's been…
Socorro
  • 91
  • 6