torchcast icon indicating copy to clipboard operation
torchcast copied to clipboard

Improve docstrings

Open jwdink opened this issue 10 months ago • 0 comments

One notable issue is usage of kwargs. For example, StateSpaceModel().fit() ultimately calls StateSpaceModel().forward(), and passing kwargs on to that method. This makes it difficult for someone who's working with fit() to know all their options (e.g. n_step).

jwdink avatar Apr 18 '24 20:04 jwdink