Danh Phan

Results 4 issues of Danh Phan

Update the options when call WikiExtractor in nlputils.py. **From:** `os.system("python wikiextractor/WikiExtractor.py --processes 4 --no_templates " + f"--min_text_length 1800 --filter_disambig_pages --log_file log -b 100G -q {xml_fn}")` **To** `os.system("python -m wikiextractor.wikiextractor.WikiExtractor --no-templates...

## Description of your problem Hi when running GP find_MAP in PyMC version4 seems to return different results compared to PyMC3. #### Example 1: The GP salmon notebook Pymc v4:...

defects
v4

Hi, this is not really a bug, but a small change to improve the code consistency in the pymc gp module. In `pymc.gp.gp.py` file, several GP classes such as "[Marginal](https://github.com/pymc-devs/pymc/blob/a90c420b8b31fe4996f11d8ca9b3cc80abf4a97d/pymc/gp/gp.py#L415)"...

maintenance
help wanted
GP

This PR implements Multi-output GP classes with Hadamard product and Kronecker product. This is a work-in-progress (WIP) PR as I still need to try different APIs options for different kinds...