Andrea Cortis
Andrea Cortis
I can visualize the confidence intervals from ` model.plot_predict(h=20,intervals=True,figsize=(15,5)) ` but is there any way to output the numerical values of the confidence intervals from the `predict` method say something...
(doe) LC25423:Envs corti938$ ipython Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 12:04:33) Type 'copyright', 'credits' or 'license' for more information IPython 7.1.1 -- An enhanced Interactive Python. Type '?'...
I cannot get past this error when trying to `make dev-image`: I don't even know where to start debugging on this one. Could you please help? ``` C02PW287G8WP:~ andreacortis$ system_profiler...
Hello, this is the trace for the example when I try and run `plotlyviz` ```PS C:\Users\acortis\my_stuff\tda> ipython Python 3.8.8 (default, Apr 13 2021, 15:08:03) [MSC v.1916 64 bit (AMD64)] Type...
can you pls fix?
I have tried this ``` import pyopenstates import os os.environ['OPENSTATES_API_KEY'] = "a4....." results = pyopenstates.search_bills(state="ny", q="taxi") ``` but consistently got this error ```APIError: {"detail":"exceeded limit of 10/min: 11}``` without ever...
For pedagogical sake, what about adding a function that takes two values `in` and `out` and then loops through all the monadic functions and finds the one(s) that match the...
Another feature that could be added to the trace is the computational complexity of the algorithm, so that one could say besides the `shortness` and `elegance` of the solution, what...