{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":179536619,"defaultBranch":"master","name":"causallib","ownerLogin":"BiomedSciAI","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-04-04T16:34:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/108874137?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1698229014.0","currentOid":""},"activityList":{"items":[{"before":"c5a305374dc4664a05d256fb5c96082b36b372df","after":null,"ref":"refs/heads/update-pandas-2","pushedAt":"2023-10-25T10:10:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"}},{"before":"f871ac1af3ee042e4ca11f274106a2e8b1c2cef5","after":"d80e3eaaad68ff72db370b08ea7098429ddae064","ref":"refs/heads/master","pushedAt":"2023-10-25T10:10:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Update pandas>2 and networkx>3 dependencies (#65)\n\n* Allow pandas >2 dependency\r\n\r\n* Allow networkx >3 dependency\r\n\r\n* Github actions add tests for Python 3.10 and 3.11\r\n\r\n* Change `faiss` dependency from GPU to CPU\r\n\r\nGPU not yet supported for Python 3.11\r\nhttps://github.com/facebookresearch/faiss/issues/2861#issuecomment-1558716885\r\n\r\n* Bump version: v0.9.6\r\n\r\n* Fix requirements bump twice for pandas none for nx\r\n\r\nBumped pandas twice instead pandas and networkx\r\n\r\n---------\r\n\r\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Update pandas>2 and networkx>3 dependencies (#65)"}},{"before":"72565dbd0c60c9cf9c74c477d00dcb033dfffff4","after":"c5a305374dc4664a05d256fb5c96082b36b372df","ref":"refs/heads/update-pandas-2","pushedAt":"2023-10-25T09:43:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Fix requirements bump twice for pandas none for nx\n\nBumped pandas twice instead pandas and networkx\n\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Fix requirements bump twice for pandas none for nx"}},{"before":"598b8fb9753c358da46564ddf9107c0d05100901","after":"72565dbd0c60c9cf9c74c477d00dcb033dfffff4","ref":"refs/heads/update-pandas-2","pushedAt":"2023-10-25T09:34:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Bump version: v0.9.6\n\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Bump version: v0.9.6"}},{"before":"d40b615cde0e6f32cefdd110f08dda0a3edc4448","after":"598b8fb9753c358da46564ddf9107c0d05100901","ref":"refs/heads/update-pandas-2","pushedAt":"2023-10-25T09:26:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Change `faiss` dependency from GPU to CPU\n\nGPU not yet supported for Python 3.11\nhttps://github.com/facebookresearch/faiss/issues/2861#issuecomment-1558716885\n\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Change faiss dependency from GPU to CPU"}},{"before":"ccb8b7b18b3e33ecfeae401ffce40c8cdef44a65","after":"d40b615cde0e6f32cefdd110f08dda0a3edc4448","ref":"refs/heads/update-pandas-2","pushedAt":"2023-10-25T09:13:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Github actions add tests for Python 3.10 and 3.11\n\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Github actions add tests for Python 3.10 and 3.11"}},{"before":null,"after":"ccb8b7b18b3e33ecfeae401ffce40c8cdef44a65","ref":"refs/heads/update-pandas-2","pushedAt":"2023-10-25T09:02:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Allow networkx >3 dependency\n\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Allow networkx >3 dependency"}},{"before":"be8276bb8de52091bcb3af915ffc3c61bb936981","after":"f871ac1af3ee042e4ca11f274106a2e8b1c2cef5","ref":"refs/heads/master","pushedAt":"2023-10-25T07:29:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Add **kwargs to covariate_imbalance_count_error (#64)\n\n* Add **kwargs to covariate_imbalance_count_error\r\n\r\nOther error functions use **kwargs to maintain flexibility about calling API, this function was missing it.\r\n\r\n* Add test for non-existing kwargs in `count_imbalance` metric\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n* Bump CodeClimate Github Action version to v5.0.0\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n---------\r\n\r\nSigned-off-by: Ehud-Karavani \r\nCo-authored-by: ehudkr \r\nCo-authored-by: Ehud-Karavani ","shortMessageHtmlLink":"Add **kwargs to covariate_imbalance_count_error (#64)"}},{"before":"97834e0744c671bdfb8fafbe0a5fa3508d8775ef","after":null,"ref":"refs/heads/update-download-badge","pushedAt":"2023-10-25T06:27:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"}},{"before":"a4942215cb2e277d8b441615750c9fcee21e7600","after":"be8276bb8de52091bcb3af915ffc3c61bb936981","ref":"refs/heads/master","pushedAt":"2023-08-17T16:22:35.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"yishaishimoni","name":"Yishai Shimoni","path":"/yishaishimoni","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3770267?s=80&v=4"},"commit":{"message":"Merge pull request #62 from BiomedSciAI/update-download-badge\n\nUpdate downloads badge in readme","shortMessageHtmlLink":"Merge pull request #62 from BiomedSciAI/update-download-badge"}},{"before":null,"after":"97834e0744c671bdfb8fafbe0a5fa3508d8775ef","ref":"refs/heads/update-download-badge","pushedAt":"2023-08-17T16:11:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yishaishimoni","name":"Yishai Shimoni","path":"/yishaishimoni","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3770267?s=80&v=4"},"commit":{"message":"Update downloads badge in readme","shortMessageHtmlLink":"Update downloads badge in readme"}},{"before":"ab5b55efb975bf3f4a3d18b0a5d0a57de113f392","after":null,"ref":"refs/heads/more-metrics","pushedAt":"2023-06-22T11:59:53.371Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"}},{"before":"9aea4dc31f58690399cfff95210692fd053c08e1","after":"a4942215cb2e277d8b441615750c9fcee21e7600","ref":"refs/heads/master","pushedAt":"2023-06-22T11:59:49.566Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Imbalanced covariates metrics and sklearn scorer wrapper (#59)\n\n* Add arbitrary `kwargs` to metrics to more easily align signatures\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n* Add count/fraction of imbalanced covariates metric+scorer\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n* Add scikit-learn scorer wrapper for propensity models\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n* Add name to time-variable (pd.Series) in NHEFS survival data\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n* Bump version: 0.9.5\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n---------\r\n\r\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Imbalanced covariates metrics and sklearn scorer wrapper (#59)"}},{"before":"01040c98d88fcb16507ed60a63be1beac5bafaff","after":"ab5b55efb975bf3f4a3d18b0a5d0a57de113f392","ref":"refs/heads/more-metrics","pushedAt":"2023-06-22T11:18:58.173Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Bump version: 0.9.5\n\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Bump version: 0.9.5"}},{"before":null,"after":"01040c98d88fcb16507ed60a63be1beac5bafaff","ref":"refs/heads/more-metrics","pushedAt":"2023-06-22T10:54:09.892Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Bump version: 0.9.5\n\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Bump version: 0.9.5"}},{"before":"942fce7bb1dc293f3844d2e9cd972a1eeb70b33b","after":"9aea4dc31f58690399cfff95210692fd053c08e1","ref":"refs/heads/master","pushedAt":"2023-05-02T14:50:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Add an example of individual-level survival curves\n\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Add an example of individual-level survival curves"}},{"before":"02a3cdb753098a77f40a1f26af5d3b98da155b00","after":null,"ref":"refs/heads/survival-data-load","pushedAt":"2023-05-02T14:17:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"}},{"before":"98e6a55fd51ce56b0bd63c45975709ce9f581bb2","after":"942fce7bb1dc293f3844d2e9cd972a1eeb70b33b","ref":"refs/heads/master","pushedAt":"2023-05-02T14:17:28.000Z","pushType":"pr_merge","commitsCount":7,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Merge pull request #57 from BiomedSciAI/version-0.9.4\n\n* Revert numpy restriction due to mismatch with matplotlib\r\n\r\n* Bump version: 0.9.4\r\n\r\n* Add covariate specification to models in `WeightedStandardizedSurvival`\r\nAllow specifying different covariate sets to the outcome model and\r\nweight model in `WeightedStandardizedSurvival`.\r\n\r\n* Allow no covariates (intercept-only model) in doubly robust models\r\nCurrent implementation confused an empty list (`[]`) with `None`\r\n(meaning all covariates)\r\n\r\n* Fix onehot and augment in NHEFS survival data\r\nWere ignored so far.\r\n\r\n* Add tests for onehot, augment, and mutual index","shortMessageHtmlLink":"Merge pull request #57 from BiomedSciAI/version-0.9.4"}},{"before":null,"after":"02a3cdb753098a77f40a1f26af5d3b98da155b00","ref":"refs/heads/survival-data-load","pushedAt":"2023-05-02T13:57:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Revert numpy restriction due to mismatch with matplotlib\n\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Revert numpy restriction due to mismatch with matplotlib"}},{"before":"7ad7f061bba797f1c384118c023aafb31c0ffd1e","after":null,"ref":"refs/heads/fix-individual-survival-curves","pushedAt":"2023-04-23T20:36:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"}},{"before":"d0260d1f02173115859463e6d1b36e4413b58e8b","after":"98e6a55fd51ce56b0bd63c45975709ce9f581bb2","ref":"refs/heads/master","pushedAt":"2023-04-23T20:36:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Fix individual survival curves estimation bug (#56)\n\n* Fix individual survival curves estimation\r\n\r\n * Make multi index columns - treatment over observations - explicit.\r\n * Predict on all data rather than observed treatment subset,\r\n when `stratify=True`.\r\n * Predict on an all-treatment-value assignment when `stratify=False`.\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n* Fix population survival curves estimation aggregating individual curves\r\n\r\nAdjust the `estimate_population_outcome` in `StandardizedSurvival`\r\nto the fixed version of `estimate_individual_outcome`.\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n* Uncomment left-out test parameters\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n* Refactor out `WeightedStandardized` tests from `Standardized` test suite\r\n\r\nRefactor out `WeightedStandardizedSurvival` tests from\r\n`TestStandardizedSurvival` test suite into its own\r\n`TestWeightedStandardizedSurvival`.\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n* Bump version: 0.9.3\r\n\r\nSigned-off-by: Ehud-Karavani \r\n\r\n---------\r\n\r\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Fix individual survival curves estimation bug (#56)"}},{"before":"f3aa9527bcf33d0940d66995b70a702167896513","after":"7ad7f061bba797f1c384118c023aafb31c0ffd1e","ref":"refs/heads/fix-individual-survival-curves","pushedAt":"2023-04-23T20:08:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Bump version: 0.9.3\n\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Bump version: 0.9.3"}},{"before":null,"after":"f3aa9527bcf33d0940d66995b70a702167896513","ref":"refs/heads/fix-individual-survival-curves","pushedAt":"2023-04-23T20:00:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ehudkr","name":"Ehud Karavani","path":"/ehudkr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15989012?s=80&v=4"},"commit":{"message":"Refactor out `WeightedStandardized` tests from `Standardized` test suite\n\nRefactor out `WeightedStandardizedSurvival` tests from\n`TestStandardizedSurvival` test suite into its own\n`TestWeightedStandardizedSurvival`.\n\nSigned-off-by: Ehud-Karavani ","shortMessageHtmlLink":"Refactor out WeightedStandardized tests from Standardized test suite"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADn1MoxgA","startCursor":null,"endCursor":null}},"title":"Activity ยท BiomedSciAI/causallib"}