Do you work in Jupyter Notebooks and have an issue in installing and hence importing Keras? Well, you are at […]
Category: Errors
Flask Error: [Errno 98] Address already in use
While running a Flask application initially, an error that popped up, again and again, is :[Errno 98] Address already in […]
UnicodeDecodeError: While Reading CSV Files using Pandas read_csv
I was trying to read a CSV file in Python using the below command and got an error. Error: UnicodeDecodeError: ‘utf-8’ […]
Convert .mat file to .csv file using csvwrite
I thought of practicing the Neural Network exercise from Andrew Ng course in R and got stuck at the first […]
Error: inherits(x, “Source”) is not TRUE in R
Text Analytics is interesting but challenging. I started with a simple goal to create a “WordCloud” using R. I thought […]
R – Error in scan() : line 1 did not have n elements
Problem: I was trying my hands on the Kaggle competition “Sentiment Analysis on Movie Reviews” and was stuck at the […]