Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: 'list' object not callable
Post: RE: 'list' object not callable

(Nov-28-2020, 09:46 PM)bowlofred Wrote: Still not enough. Nowhere in that code is plt assigned. It's used on line 18, but it must be assigned somewhere before that. You would get a different erro...
sidra General Coding Help 5 5,575 Nov-29-2020, 11:50 AM
    Thread: 'list' object not callable
Post: RE: 'list' object not callable

(Nov-28-2020, 06:43 PM)bowlofred Wrote: It looks like you expect plt to be an object that has a plot() method. But instead it's just a list. Possibly you are create plt incorrectly. Without seein...
sidra General Coding Help 5 5,575 Nov-28-2020, 08:41 PM
    Thread: 'list' object not callable
Post: 'list' object not callable

hi i am new to python. iam working on lstm model. i want to plot graph of loss and accuracy. i know that model history is saved. i have used below code. var1=history. history['loss'] plt.plot(var1) ...
sidra General Coding Help 5 5,575 Nov-28-2020, 03:06 PM
    Thread: Data cardinality is ambiguous: x sizes: 51 y sizes: 26
Post: Data cardinality is ambiguous: x sizes: 51 y s...

hi. i am new to python. i am trying lstm model with Xtraining data=1405 columns and 26 rows, y training=3 classes(columns) and 26 rows, XTest daya=1405 columns and 6 rows, Ytest data=3 classes(col) w...
sidra Data Science 0 2,328 Oct-03-2020, 11:43 AM

User Panel Messages

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