Thomas Robinson

Results 12 issues of Thomas Robinson

Running MIDAS using VAE leads to deprecation warning re. tf.compat.v1.distributions. E.g. ``` >>> tf.compat.v1.distributions.Normal() WARNING:tensorflow:From :1: Normal.__init__ (from tensorflow.python.ops.distributions.normal) is deprecated and will be removed after 2019-01-01. Instructions for updating:...

enhancement

MIDASpy is currently implemented using logic of TF1 and compatibility layers. As TF2 matures and more graph-based features become deprecated (see e.g. #21), we will need to plan for larger...

enhancement
help wanted

Related to #7, shift legend to below plotting area. Need to account for clipping of legend when saving, and for varying numbers of items dependent on input data.

enhancement

Would be useful to simplify pyplot in overimpute function to remove interactive plotting -- ideal behaviour is a single plot at the end of imputation, using "agg" if possible.

enhancement

Hi there, I use your package when teaching undergraduates statistics and students really love the clarity of the output. I'm running into a few issues where students with system language...

The new auto-setup seems to work great! Now we can think about tidying/consolidating the onLoad printouts. Some suggestions: - [ ] On auto-setup completion, combine set up and loaded messages,...

documentation
enhancement

Some questions/suggestions (if these are implemented, please just close/check off): - [ ] Does/can `set_python_env()` overwrite the configuration file to point to the new env, such that the user does...

enhancement
question

Calling overimpute in headless mode can cause issues with matplotlib backend "TkAgg" -- triggers failsafe within rMIDAS if TkAgg cannot be loaded. Should be addressed in conjunction with MIDASverse/MIDASpy#7. Potential...

Just a place to keep track of small changes to make: * Add in report_ival argument to `train()` * Have messages after each MIDASpy stage within `train()`

enhancement

I have `glm.cluster` embedded in a larger function. When I run the function (see below) in a new R session, I get the following error: _Error in eval(extras, data, env)...

bug