skip to Main Content

ruamel_yaml.constructor.ConstructorError: could not determine a constructor for the tag 'tag:yaml.org,2002:python/tuple' in "<unicode string>" – Debian

I am trying to download the Kinetics-600 dataset for activity recognition and for that I am following the instructions in this repo: https://github.com/activitynet/ActivityNet However, at the step conda env create -f environment.yml I get this error: ruamel_yaml.constructor.ConstructorError: could not determine…

VIEW QUESTION

Facebook Prophet API documenation

I'm looking for a API Python documentation for Facebook Prophet Here there are good examples https://facebook.github.io/prophet/docs future = m.make_future_dataframe(periods=365) or future = m.make_future_dataframe(periods=300, freq='H') But it doesn't explain all possible parameters in make_future_dataframe, or the valid values for freq. Any…

VIEW QUESTION
Back To Top
Search