benstaf
benstaf
I want to perform logical operations NOT and AND in the send list menu It's already possible to perform OR operation on 2 lists, by adding both lists to the...
The documentation does not say how to query and segment subscribers according to the lists they belong to: https://listmonk.app/docs/querying-and-segmentation/
MessageBounced event lacks RFC code to identify Bounce type:  [SendGrid documentation](https://sendgrid.com/en-us/blog/email-bounce-management) explains that bounce message gives important information to identify the reason for the email delivery failure:...
I would like to have a variable sliding window. I see 2 use cases: - warming up of IP address and domain - run several campaigns in parallel with different...
I would like to have a Dark Mode, because the screen is too white The ideal would be to have a Night/Day Switch
Many apps are automatically compatible with SendGrid Webhook response format (it's the market leader): https://www.twilio.com/docs/sendgrid/for-developers/tracking-events/event#example-webhook-response-5 On the other hand, making an app accept Sisimai webhook requires some customization: https://libsisimai.org/en/start/ Is...
On Google Colab, same error as in Hugging Face: # prompt: download dataset https://huggingface.co/datasets/Zihan1004/FNSPID !pip install datasets from datasets import load_dataset dataset = load_dataset("Zihan1004/FNSPID") # Now you can work with...
when clicking on Google Colab: https://github.com/AI4Finance-Foundation/FinRL-Tutorials/blob/master/1-Introduction/Stock_NeurIPS2018_SB3.ipynb SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data ib@https://ssl.gstatic.com/colaboratory-static/common/3662272c9a10984cd71d6e7c2045886f/external_binary_l10n__en_gb.js:82:211 rO@https://ssl.gstatic.com/colaboratory-static/common/3662272c9a10984cd71d6e7c2045886f/external_binary_l10n__en_gb.js:2446:164 KWa/
The NeurIPS 2018 paper _Practical Deep Reinforcement Learning Approach for Stock Trading_ announces that RL is better that DJIA index:  However, the notebook doesn't reproduce...
In the notebooks, I don't find the implementation of section 4.2 Financial Sentiment Analysis of the paper "Dynamic Datasets and Market Environments for Financial reinforcement learning " https://arxiv.org/abs/2304.13174 Is it...