{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":576054660,"defaultBranch":"main","name":"pymilo","ownerLogin":"openscilab","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-12-08T22:49:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/119852284?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717509081.0","currentOid":""},"activityList":{"items":[{"before":"cd50479b0ecf8917f8c6066178828e1c4cd89986","after":"5f26a9fc32f9ab1ff668a99bc433733ef631abe4","ref":"refs/heads/conda","pushedAt":"2024-06-11T15:52:57.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"sadrasabouri","name":"Sadra Sabouri","path":"/sadrasabouri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43045767?s=80&v=4"},"commit":{"message":"fix : changelog fixed.","shortMessageHtmlLink":"fix : changelog fixed."}},{"before":"520d27cc0303c8e33125c4ded4ea8b3306b87b5c","after":"cd50479b0ecf8917f8c6066178828e1c4cd89986","ref":"refs/heads/conda","pushedAt":"2024-06-07T01:16:52.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"sadrasabouri","name":"Sadra Sabouri","path":"/sadrasabouri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43045767?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/dev' into conda.","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/dev' into conda."}},{"before":"3d7dd6ce484d0484289f634cd5c3249cacb1bef4","after":null,"ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-06-04T13:51:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sepandhaghighi","name":"Sepand Haghighi","path":"/sepandhaghighi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7515099?s=80&v=4"}},{"before":"0166ff5d2c334ab195283e4b74ad5b8bcf4ad461","after":"fe4fc8b57c7bd799bed896652ae5efd8256d728b","ref":"refs/heads/dev","pushedAt":"2024-06-04T13:51:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sepandhaghighi","name":"Sepand Haghighi","path":"/sepandhaghighi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7515099?s=80&v=4"},"commit":{"message":"Feature:: Preprocessing models (#104)\n\n* add `Binarizer` in the `SKLEARN_PREPROCESSING_TABLE`\r\n\r\n* add preprocessing models' tests runner\r\n\r\n* add `Binarizer` test\r\n\r\n* `CHANGELOG.md` updated\r\n\r\n* `SUPPORTED_MODELS.md` updated\r\n\r\n* fix : index error in `SUPPORTED_MODELS.md` fixed.\r\n\r\n* update : extra lines adde to `binarizer.py` added.\r\n\r\n* add : test for `OneHotEncoder` added.\r\n\r\n* fix : `toarray()` added to `one_hot_encoder.py`.\r\n\r\n* fix : trailing white spaces removed.\r\n\r\n* add : tests added for `LabelBinarizer`.\r\n\r\n* add : tests for `LabelEncoder` added.\r\n\r\n* add : tests added for `StandardScaler`.\r\n\r\n* update : preprocessing tests updated.\r\n\r\n* add : `FunctionTransformer` preprocessing model added.\r\n\r\n* .gitignore updated\r\n\r\n* functionTransporter enhanced to support numpy ufunc\r\n\r\n* preprocessings test dedicated utils added\r\n\r\n* storage directory added containing preprocessings exported files in json\r\n\r\n* add full end to end transporting to preprocessing modules tests\r\n\r\n* add FunctionTransporter to Preprocessing chain\r\n\r\n* fix : codacy issued fixed.\r\n\r\n* add : `KBinsDiscretizer` preprocessing model added.\r\n\r\n* fix[?] : nd arrays stack in the general data structure.\r\n\r\n* [revert] : `KBinsDiscretizer` reverted temporary.\r\n\r\n* add : `KernelCenterer` preprocessing model added.\r\n\r\n* update : minor updates in preprocessing tests.\r\n\r\n* add : `MultiLabelBinarizer` preprocessing model\r\n\r\n* add : `MaxAbsScaler` preprocessing module added.\r\n\r\n* add : `Normalizer` preprocessing model added.\r\n\r\n* add : `OrdinalEncoder` preprocessing added. [:skull:] check the Nan value in json for parsing.\r\n\r\n* fix : codacy issues fixed.\r\n\r\n* add : `PolynomialFeatures` preprocessing model added.\r\n\r\n* add : `PowerTransformer` preprocessing model added.\r\n\r\n* fix : typo fixed for `RobustScaler`.\r\n\r\n* add : `TargetEncoder` preprocessing module added.\r\n\r\n* [revert] : `TargetEncoder` implementation reverted.\r\n\r\n* add : `QuantileTransformer` preprocessing model.\r\n\r\n* prevent \"object\" dtype dictating\r\n\r\n* prevent redundant reshaping\r\n\r\n* `KBinsDiscretizer` added to `pymilo_param.py`\r\n\r\n* add check prefix list function\r\n\r\n* add `KBinsDiscretizer` test case\r\n\r\n* fix dtype missing\r\n\r\n* prevent index out of bound\r\n\r\n* remove trailing whitespaces\r\n\r\n* `kbins_discretizer` added to `test_preprocessings.py`\r\n\r\n* remove trailing whitespaces\r\n\r\n* add inner preprocessing module transportation (1 depth)\r\n\r\n* `PowerTransformer` added\r\n\r\n* add `PowerTransformer` test case\r\n\r\n* `power_transformer` added to `test_preprocessings.py`\r\n\r\n* `SplineTransformer` added\r\n\r\n* `spline_transformer` added to `test_preprocessings.py`\r\n\r\n* `SplineTransformer` test case added\r\n\r\n* `BSpline` transporting added to `preprocessing_transporter.py`\r\n\r\n* remove unused import\r\n\r\n* add exception handling to`SplineTransformer` import\r\n\r\n* add exception handling to`SplineTransformer` testcase\r\n\r\n* add `TargetEncoder` to `pymilo_param.py`\r\n\r\n* add `TargetEncoder` testcase\r\n\r\n* TargetEncoder testcase added\r\n\r\n* apply dtype dictation only if inner items doesn't have any\r\n\r\n* enhance `target_encoder` to be comparable before after pymiloing\r\n\r\n* remove unused variable + fixing the exception type\r\n\r\n* `CHANGELOG.md` updated\r\n\r\n* `CHANGELOG.md` updated\r\n\r\n* add `numpy.nan` to NUMPY_TYPE_DICT\r\n\r\n* add `NaN` type transportation\r\n\r\n* `CHANGELOG.md` updated\r\n\r\n* refactor function's core functionality and make it simpler\r\n\r\n* make for iterator simpler & faster\r\n\r\n* remove try, except and decrease the complexity\r\n\r\n* fulfill preprocessing table\r\n\r\n* `CHANGELOG.md` enhanced\r\n\r\n* `autopep8.sh` applied\r\n\r\n* fix bug\r\n\r\n* `README.md` updated\r\n\r\n* revert : changelog older log reverted.\r\n\r\n* update : requirements updated.\r\n\r\n* remove : extra line removed in `CHANGELOG.md`.\r\n\r\n* update : last update tag in `SUPPORTED_MODELS.md` updated.\r\n\r\n* change : `a` -> `list1` and `b` -> `list2`.\r\n\r\n* add : `scipy` added to `dev-requirements.txt`.\r\n\r\n* remove unused import has_named_parameter\r\n\r\n---------\r\n\r\nCo-authored-by: Sadra Sabouri \r\nCo-authored-by: AHReccese ","shortMessageHtmlLink":"Feature:: Preprocessing models (#104)"}},{"before":"22e9cd81a7dbd891d122d61e710eefd2c88fed60","after":"520d27cc0303c8e33125c4ded4ea8b3306b87b5c","ref":"refs/heads/conda","pushedAt":"2024-06-01T00:31:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"remove unused import is_iterable","shortMessageHtmlLink":"remove unused import is_iterable"}},{"before":"5211ad69ea55aef21bdb291140ce1e14e327a8bb","after":"3d7dd6ce484d0484289f634cd5c3249cacb1bef4","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-06-01T00:24:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"remove unused import has_named_parameter","shortMessageHtmlLink":"remove unused import has_named_parameter"}},{"before":"a1d8c52bc7d3013c58fd905ef3c1072fec095e71","after":"22e9cd81a7dbd891d122d61e710eefd2c88fed60","ref":"refs/heads/conda","pushedAt":"2024-06-01T00:19:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"lower access level from default write-all to read-all","shortMessageHtmlLink":"lower access level from default write-all to read-all"}},{"before":"a600f6272c3a50422d6ef57f75d124ba6c63694a","after":"5211ad69ea55aef21bdb291140ce1e14e327a8bb","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-30T19:01:32.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"sadrasabouri","name":"Sadra Sabouri","path":"/sadrasabouri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43045767?s=80&v=4"},"commit":{"message":"add : `scipy` added to `dev-requirements.txt`.","shortMessageHtmlLink":"add : scipy added to dev-requirements.txt."}},{"before":"27f01c0b21509b5ceb35fcca6bfefc669c24026e","after":"a600f6272c3a50422d6ef57f75d124ba6c63694a","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-30T18:48:29.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"sadrasabouri","name":"Sadra Sabouri","path":"/sadrasabouri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43045767?s=80&v=4"},"commit":{"message":"change : `a` -> `list1` and `b` -> `list2`.","shortMessageHtmlLink":"change : a -> list1 and b -> list2."}},{"before":"9ecbf6cc95fa6941e1ac9a3f6f3bf16c98ce5db9","after":null,"ref":"refs/heads/dependabot/pip/dev/scikit-learn-1.5.0","pushedAt":"2024-05-28T12:35:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"}},{"before":"ed95e7461690892c25b6082f1c8aba494ff35874","after":"0166ff5d2c334ab195283e4b74ad5b8bcf4ad461","ref":"refs/heads/dev","pushedAt":"2024-05-28T12:35:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"Bump scikit-learn from 1.4.2 to 1.5.0 (#106)\n\nBumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.2 to 1.5.0.\r\n- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)\r\n- [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.2...1.5.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: scikit-learn\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump scikit-learn from 1.4.2 to 1.5.0 (#106)"}},{"before":null,"after":"9ecbf6cc95fa6941e1ac9a3f6f3bf16c98ce5db9","ref":"refs/heads/dependabot/pip/dev/scikit-learn-1.5.0","pushedAt":"2024-05-27T01:28:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump scikit-learn from 1.4.2 to 1.5.0\n\nBumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.2 to 1.5.0.\n- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)\n- [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.2...1.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: scikit-learn\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump scikit-learn from 1.4.2 to 1.5.0"}},{"before":"1989ef6bc4d1c694e6979a908812d43e5981f566","after":"a1d8c52bc7d3013c58fd905ef3c1072fec095e71","ref":"refs/heads/conda","pushedAt":"2024-05-26T18:08:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sadrasabouri","name":"Sadra Sabouri","path":"/sadrasabouri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43045767?s=80&v=4"},"commit":{"message":"log : `meta.yaml` changes logged.","shortMessageHtmlLink":"log : meta.yaml changes logged."}},{"before":null,"after":"1989ef6bc4d1c694e6979a908812d43e5981f566","ref":"refs/heads/conda","pushedAt":"2024-05-26T18:07:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sadrasabouri","name":"Sadra Sabouri","path":"/sadrasabouri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43045767?s=80&v=4"},"commit":{"message":"update : requirements in `meta.yaml` updated.","shortMessageHtmlLink":"update : requirements in meta.yaml updated."}},{"before":"74307519210e38ec12a090aed624c726a69b84c3","after":"27f01c0b21509b5ceb35fcca6bfefc669c24026e","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-21T23:05:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sadrasabouri","name":"Sadra Sabouri","path":"/sadrasabouri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43045767?s=80&v=4"},"commit":{"message":"revert : changelog older log reverted.","shortMessageHtmlLink":"revert : changelog older log reverted."}},{"before":"77280d0b06b0a7162a1b0a2194f9b5d28a7f4bd9","after":"74307519210e38ec12a090aed624c726a69b84c3","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-21T17:02:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"`README.md` updated","shortMessageHtmlLink":"README.md updated"}},{"before":"971a1b9dce1ee7b63362a30dc20366862b65bbf4","after":"77280d0b06b0a7162a1b0a2194f9b5d28a7f4bd9","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-20T14:39:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"fix bug","shortMessageHtmlLink":"fix bug"}},{"before":"dbdcf96b157b816fe81e2e73cc13675c5398f043","after":"971a1b9dce1ee7b63362a30dc20366862b65bbf4","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-20T14:29:34.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"`CHANGELOG.md` enhanced","shortMessageHtmlLink":"CHANGELOG.md enhanced"}},{"before":"a12ad3233524253ac7e26d616e68d9476b99cbb6","after":"dbdcf96b157b816fe81e2e73cc13675c5398f043","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-19T09:41:20.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"`CHANGELOG.md` updated","shortMessageHtmlLink":"CHANGELOG.md updated"}},{"before":"7a6e26fa3403011603b3a24e8048dfce869a1568","after":"a12ad3233524253ac7e26d616e68d9476b99cbb6","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-18T21:47:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"`CHANGELOG.md` updated","shortMessageHtmlLink":"CHANGELOG.md updated"}},{"before":"27105ce8c849485bd3618b44ecc0902c5156d7ff","after":"7a6e26fa3403011603b3a24e8048dfce869a1568","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-18T21:44:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"`CHANGELOG.md` updated","shortMessageHtmlLink":"CHANGELOG.md updated"}},{"before":"8ebc4c560386561919de444891ed87588b82d546","after":"27105ce8c849485bd3618b44ecc0902c5156d7ff","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-18T21:34:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"remove unused variable + fixing the exception type","shortMessageHtmlLink":"remove unused variable + fixing the exception type"}},{"before":"e1ba7a217a039d5edbf21aa2e89a1fc1a7721ba7","after":"8ebc4c560386561919de444891ed87588b82d546","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-18T21:29:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"enhance `target_encoder` to be comparable before after pymiloing","shortMessageHtmlLink":"enhance target_encoder to be comparable before after pymiloing"}},{"before":"cffd6d0745a53a76a1f220e35cdb1d71e2d2749d","after":"e1ba7a217a039d5edbf21aa2e89a1fc1a7721ba7","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-18T20:54:17.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"TargetEncoder testcase added","shortMessageHtmlLink":"TargetEncoder testcase added"}},{"before":"644b97ba6bf6fefe6e82eb35ae1babe71eb32b87","after":"cffd6d0745a53a76a1f220e35cdb1d71e2d2749d","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-18T20:44:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"add exception handling to`SplineTransformer` testcase","shortMessageHtmlLink":"add exception handling toSplineTransformer testcase"}},{"before":"0ab51f0f3fd36031d4c7e11af0b08f834004b36d","after":"644b97ba6bf6fefe6e82eb35ae1babe71eb32b87","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-18T15:32:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"remove unused import","shortMessageHtmlLink":"remove unused import"}},{"before":"93b9981553201173103d714490bf62b1d30bc621","after":"0ab51f0f3fd36031d4c7e11af0b08f834004b36d","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-18T14:58:41.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"`BSpline` transporting added to `preprocessing_transporter.py`","shortMessageHtmlLink":"BSpline transporting added to preprocessing_transporter.py"}},{"before":"b271beb5541d3169b7b56c251072f5b8a9058dcc","after":"93b9981553201173103d714490bf62b1d30bc621","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-18T14:06:27.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"`power_transformer` added to `test_preprocessings.py`","shortMessageHtmlLink":"power_transformer added to test_preprocessings.py"}},{"before":"88a1dcc3400a0d6fb081d9ef31073faae152c308","after":"b271beb5541d3169b7b56c251072f5b8a9058dcc","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-18T13:56:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"remove trailing whitespaces","shortMessageHtmlLink":"remove trailing whitespaces"}},{"before":"d470bac36252a191a75f6c50c2cd69ae1f51bd44","after":"88a1dcc3400a0d6fb081d9ef31073faae152c308","ref":"refs/heads/feature/preprocessing_models","pushedAt":"2024-05-18T13:50:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AHReccese","name":"AmirHosein Rostami","path":"/AHReccese","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32750909?s=80&v=4"},"commit":{"message":"remove trailing whitespaces","shortMessageHtmlLink":"remove trailing whitespaces"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYmppVAA","startCursor":null,"endCursor":null}},"title":"Activity ยท openscilab/pymilo"}