thipokKub

Results 8 issues of thipokKub

In `pyppeteer` there is an option to for `setRequestInterception` to intercept requests using `@page.on("request")` decorator and a custom callback, but as far as I looked, there isn't option for that....

🐛 **The Bug** Was trying to save model weights using checkpoint evaluation metric, but failed with the following error ```python TypeError Traceback (most recent call last) in () 10 11...

bug
Feature - High Priority
Evaluation
logging

Pytorch just release early support for *Metal Performance Shader* (`mps`) device, from [official blog](https://pytorch.org/blog/introducing-accelerated-pytorch-training-on-mac/). I think this issue might be off-topic as the project name is literally `tf-metal-experiments`, but it...

### Environment Information - samgeo version: 0.5.0 - Python version: 3.10.11 - Operating System: Ubuntu (?). I run in colab ### Description I run the example notebook in colab (GPU)...

bug

Hello, on `2022-12-17` I run the script `download_list.py` with modified number to page to `31430` which covered the last search page. Here is the updated [url_list.jsonl.zip](https://github.com/soskek/bookcorpus/files/10253541/url_list_20221217.jsonl.zip) There are `4544` entries...

Lift test is important for MMM model calibration, but it is I'm not sure on how to update prior to the experiment lift test. Recently pymc just released [CausalPy](https://causalpy.readthedocs.io/en/latest/), and...

docs
causal inference

From [here](https://github.com/pymc-labs/pymc-marketing/blob/main/pymc_marketing/mmm/base.py#L379), the plot seems to suggest 1:1 mapping between input, and output. However it doesn't account for adstock effect (lagging). If I were to correct this in toy example,...

MMM
priority: high

Current trend implementation only support linear trend. It would be nice to add more variation to this - Other simple [trend regression](https://help.tableau.com/current/pro/desktop/en-us/trendlines_add.htm#:~:text=Describe%20Trend%20Model.-,Trend%20Line%20Model%20Types,and%20Y%20the%20response%20variable.) such as - Linear - Logarithmic - Exponential...

enhancement
MMM