Danh Phan

Results 20 comments of Danh Phan

Hi mates, this one should work. We need to update the options when call WikiExtractor at get_wiki(path,lang) function, in nlputils.py file: **From:** `os.system("python wikiextractor/WikiExtractor.py --processes 4 --no_templates " + f"--min_text_length...

Hi @timothyb0912, how is the progress of this feature going? I am currently using pylogit for the mnl estimation of a large data set (million rows) with a large number...

Hi mates, this one should work. We need to update the options when call WikiExtractor at get_wiki(path,lang) function, in nlputils.py file: From: os.system("python wikiextractor/WikiExtractor.py --processes 4 --no_templates " + f"--min_text_length...

As in the instruction: `dev_server.py - If you wish to run this application locally, on the dev server, run via this instead.` So if we run locally: we need to...

Hi @OriolAbril, I can work on this task. Just want to confirm that the main tasks are upgrading the notebook into PyMC v4 and new ArviZ version right? Thanks

I re-run this notebook with the latest pymc version `4.0.0b6`. There seems a problem in `pm.find_MAP`. ``` with pm.Model() as model: ......................... # The Gaussian process is a sum of...

There seems a similar issue at https://github.com/pymc-devs/pymc/issues/5443#issue-1122497334

The same [wrong] results when set `include_transformed=False` or remove it in `pm.find_MAP()` ``` with pm.Model() as model: # ........ removed ......... # The Gaussian process is a sum of these...

Hi @OriolAbril, I have also re-run this notebook in `pymc3 v3.11.4`, and it works. Is it okie if I do some General updates and ArviZ related things and make a...

@akagrawal2k17: For the siim-pneumotorax image classification task, we can download images and train.csv file as followed: ##### Download train and test images at https://www.kaggle.com/abhishek/siim-png-images Using kaggle command: ``` cd the_project_data_folder/...