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
In the demo, the to_csv() function in cell 16 will return an error because the function does not create the "models" folder if it does not already exist. (it's a pandas issue: pandas-dev/pandas#24306)
Perhaps convert the data type from a pandas dataframe to a matrix & write to csv? Or check if folder exists, if not create it. Or in the demo notebook, include a note that says "Please create a models directory if you don't have one".
The text was updated successfully, but these errors were encountered:
In the demo, the
to_csv()
function in cell 16 will return an error because the function does not create the "models" folder if it does not already exist. (it's a pandas issue: pandas-dev/pandas#24306)Perhaps convert the data type from a pandas dataframe to a matrix & write to csv? Or check if folder exists, if not create it. Or in the demo notebook, include a note that says "Please create a models directory if you don't have one".
The text was updated successfully, but these errors were encountered: