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
from atm import ATM
atm = ATM()
results = atm.run(train_path='pollution_1.csv')
The pollution_1.csv file is the same file that is given in the explanation.
I got a very long error message that kept repeating saying AttributeError: type object 'object' has no attribute 'dtype'. I googled the error and it said to upgrade my pandas package, so I upgraded it to pandas 1.3.2. However, I still get the error message. What do I need to do in order to properly run the ATM package?
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
Description
When I just ran
The pollution_1.csv file is the same file that is given in the explanation.
I got a very long error message that kept repeating saying AttributeError: type object 'object' has no attribute 'dtype'. I googled the error and it said to upgrade my pandas package, so I upgraded it to pandas 1.3.2. However, I still get the error message. What do I need to do in order to properly run the ATM package?
from atm import ATM
atm = ATM()
results = atm.run(train_path='pollution_1.csv')
Output:
this goes on for several iterations, more than I can include.
The text was updated successfully, but these errors were encountered: