eeilon

Results 10 comments of eeilon

Hi. I've got here from issue #219, yet this solution definitely does not work with Prophet.fit logger.INFO messages like "Disabling yearly seasonality..." and "Disabling daily seasonality...". I'm quite at a...

Nevermind. Turns out that if you specify "daily_seasonality=False" etc. the messages disappear. Although why on earth an unspecified parameter should generate a console output, Facebook knows.

Hello Ben, Thank you for your answer. Sorry about the earlier disgruntled post and about the delay in my response. I've tried logging before, probably with the wrong syntax. However,...

Hi drcrook1, I'm not sure what did the job for me, but it was either logging or suppress_stdout_stderr above. I had a class which had: a. suppress_stdout_stderr as a sub...

Errr.. There was a question by shaidams64 which I don't see now, but I would answer anyway: suppress_stdout_stderr wasn't a sub class of a fit class. I had a parent...

Hi, I'm trying to write a modification of `remove_private_tags` that enables exceptions by private_creator. It's relatively easy to write a straightforward solution, but that one leaves "holes" in the private...

There are two problems with the proper solution: A. I suspect it cannot reconstruct correctly private tags which are part of a sequence since the walk(callback) mechanism dos not preserve...

@mrbean-bremen - Hey, it's not a year yet! I've applied the workaround of copying all the private tags from the relevant creator to a new dataset and then merging it...

There's incosistency in the batch sizes and learning rates between the notebook MNIST_CNN_GAN.ipynb MNIST_CNN_GAN_v2.ipynb which is the latest and the py file mnist_gan.py (which fits the graphic results). Which one...