Sonaal
Sonaal
Hi, It seems like URI given in model agency data are expired. I am getting a 404 when trying to download the image. If possible can you please release the...
Let's mock the interaction with the database at the level of returning a tuple as the database would - the goal here is to confirm that the data is saved...
We would like to add some unit test for `_split_universe` method. https://github.com/kaizen-ai/kaizenflow/blob/a7952ef84cc2ebe93042ccc481486e6ef66ca292/im_v2/common/data/extract/extract_utils.py#L1087 Write 2-3 unit test to check all the corner cases of the method. You will write your tests...
Lets add unit test for this method https://github.com/kaizen-ai/kaizenflow/blob/423470c58122af11b12a1b9c3ea889abcad52342/im_v2/common/data/client/im_raw_data_client.py#L373 Test if `bid_ask_db_signature` is correctly built from the params. Input params: stage = 'preprod', data_vendor = 'MOCK_VENDOR', universe_version = 'v7_5` FYI @samarth9008
Lets test the method to show all assert cases are caught. https://github.com/kaizen-ai/kaizenflow/blob/bc8bf878faa174a77c5d23fe7976de7307b1d717/helpers/hpandas.py#L72 Steps: 1. Create multiple mock inputs and verify that all the dassert catches the invalid inputs correctly. 2....
Lets test the method to show all assert cases are caught. https://github.com/kaizen-ai/kaizenflow/blob/bc8bf878faa174a77c5d23fe7976de7307b1d717/helpers/hpandas.py#L247 Steps: 1. Create multiple mock inputs and verify that all the dassert catches the invalid inputs correctly. 2....
Goals: - Integrate everything in KaizenFlow - Fix Poisson model for draw
We want to remove the redundancy caused due to testing classes in the same hierarchy. We will refactor the common tests in the `Testcase` refer https://github.com/cryptokaizen/cmamp/blob/7a960f6d8f22d73dbb98a2c65552ce508e872074/docs/coding/all.write_unit_tests.how_to_guide.md?plain=1#L342 We would like to...
- Read paper https://github.com/sorrentum/sorrentum/blob/b2038a09192848d50da5b015dd1ecb6705883d18/papers/fin_econ_ai/fin_econ_ai.pdf - Create a nice figure for the architecture. Sharing with you the current work which we want to improve. - Create a nice figure for KG...