Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Receiving ValueError("bad input shape {0}".format(shape)) error
Post: RE: Receiving ValueError("bad input shape {0}".for...

Please find below complete traceback. import numpy as np import matplotlib.pyplot as plt import pandas as pd #Importing the dataset dataset = pd.read_csv('Lingard.csv') X = dataset.iloc[:, :-2].val...
SuryaCitizen General Coding Help 2 3,528 Jun-01-2020, 04:47 AM
    Thread: Receiving ValueError("bad input shape {0}".format(shape)) error
Post: Receiving ValueError("bad input shape {0}".format(...

Hi, I'm trying to run the below code but receiving "ValueError("bad input shape {0}".format(shape))" error. Can someone please help me resolve this issue? Note: The dataset has 5 rows.https://github....
SuryaCitizen General Coding Help 2 3,528 May-29-2020, 08:03 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020