Amelio Vazquez-Reina

Results 13 issues of Amelio Vazquez-Reina

This is a cool extension. I have been looking for something like it here: [Using Python or TypeScript to transform text that I select in VSCode](https://stackoverflow.com/questions/59060907/using-python-to-transform-text-that-i-select-in-the-editor). Looking at the source...

feature request

Say we have a list of several items: ``` - Foo - Bar - Baz ``` I'd like to be able to select that text, and then use the "[surround...

✨ Feature request

In Chapter 5, when the code is provided for inferring the true price for the showcase, the following function is defined: ``` python @pm.potential def error(true_price=true_price, price_estimate=price_estimate): return pm.normal_like(true_price, price_estimate,...

Is there any way to have IPython embedded shells run a pre-specified function as soon as they load?

Issue Type: Bug When I run "Open All Changes (with difftool)" from SCM nothing happens on a repository with several clear modified files. Not sure if it this would help...

bug

I am running the most recent version of auto-complete in elpa with the new stable release of Emacs in Linux. I have the following setup on my Emacs init file....

Is there any level of cooperation in `MLBase` with [`MachineLearning.jl`](https://github.com/benhamner/MachineLearning.jl/)? Perhaps a difference in scope?

I just run into this problem: ``` $ qds.py --token=$QUBOLE_KEY_AVAZQUEZ hivecmd getresult 28319250 Traceback (most recent call last): File "/Users/amelio/anaconda/envs/py35/bin/qds.py", line 603, in sys.exit(main()) File "/Users/amelio/anaconda/envs/py35/bin/qds.py", line 556, in main...

I am running into timeout errors when downloading data: (the resulting `my_data.csv` file is also empty). Why is it failing? ``` > qds.py --token=$QUBOLE_KEY_AVAZQUEZ hivecmd getresult 28091451 > my_data.csv Traceback...

Hi folks! The example notebooks [require]:(https://github.com/TencentARC/PhotoMaker/blob/main/photomaker_demo.ipynb) ``` python from photomaker.pipeline import PhotoMakerStableDiffusionXLPipeline ``` Installing from the repository doesn't work: ``` python !pip install git+https://github.com/TencentARC/PhotoMaker.git ERROR: git+https://github.com/TencentARC/PhotoMaker.git does not appear to...