{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":22937749,"defaultBranch":"master","name":"mlxtend","ownerLogin":"rasbt","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-08-14T01:56:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5618407?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1711643175.0","currentOid":""},"activityList":{"items":[{"before":"8592cc7b2f2a38a35e277c328c2d813dc848ee20","after":"63a2655d864c208e1239e04016fc3390bc27ba75","ref":"refs/heads/master","pushedAt":"2024-03-31T13:12:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"Use scipy's decompositions in PCA. (#1080)\n\n* Replace numpy with scipy decomps.\r\n\r\n* add changelog entry\r\n\r\n---------\r\n\r\nCo-authored-by: Sebastian Raschka ","shortMessageHtmlLink":"Use scipy's decompositions in PCA. (#1080)"}},{"before":"31a9650f8bc9d1402aa9d503b9d866c130b72165","after":"8592cc7b2f2a38a35e277c328c2d813dc848ee20","ref":"refs/heads/master","pushedAt":"2024-03-31T12:28:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"Update minor typos in fpgrowth.ipynb (#1057)\n\n* Update minor typos in fpgrowth.ipynb\r\n\r\nFixing minor typos in the markdown of notebooks for the FP-Growth webpage\r\n\r\n* fix merge conflict\r\n\r\n---------\r\n\r\nCo-authored-by: Sebastian Raschka ","shortMessageHtmlLink":"Update minor typos in fpgrowth.ipynb (#1057)"}},{"before":"506a4d570a82e40eca3b0bd773ae995a4e00e338","after":"31a9650f8bc9d1402aa9d503b9d866c130b72165","ref":"refs/heads/master","pushedAt":"2024-03-31T11:57:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"Refactor tests. (#1081)\n\nCo-authored-by: Sebastian Raschka ","shortMessageHtmlLink":"Refactor tests. (#1081)"}},{"before":"e82c9c53fb4e30cff7312af5fe663075564049a7","after":"506a4d570a82e40eca3b0bd773ae995a4e00e338","ref":"refs/heads/master","pushedAt":"2024-03-30T19:05:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"Integrate scikit-learn's `set_output` method into `TransactionEncoder` (#1087)\n\n* modified: test_transactionencoder.py\r\n\t- Added two new tests, `test_get_feature_names_out` and `test_set_output`. Passing these tests is a step towards the output of `TransactionEncoder` being formatted as a pandas.DataFramed by default.\r\n\r\n* modified: transactionencoder.py\r\n\t- Added `get_feature_names_out` method to `TransactionEncoder` to expose the `set_output` method.\r\n\r\n* modified: tests/test_transactionencoder.py\r\n\t- Updated test to include more checks. It is now back in a failing state.\r\n\r\n* modified: tests/test_transactionencoder.py\r\n\t- Updated test_set_output docstring to be more explicit.\r\n\t- Added numpy assertion to check that the transformed output columns match the original columns_ attribute for test_set_output.\r\n\t- Added numpy assertion to check that the get_feature_names_out output match the original columns_ attribute for test_get_feature_names_out.\r\n\r\n* modified: transactionencoder.py\r\n\t- Added logic similar to that in `sklearn.base.ClassNamePrefixFeaturesOutMixin` and `sklearn.base.OneToOneFeatureMixin` for the get_feature_names_out method.\r\n\r\n* modified: docs/sources/user_guide/preprocessing/TransactionEncoder.ipynb\r\n\t- Updated the user guide to show both the get_feature_names_out method and the set_output method.\r\n\r\n* modified: docs/sources/CHANGELOG.md\r\n\t- Updated changelog to reflect new features.\r\n\r\n* modified: docs/sources/CHANGELOG.md\r\n\t- Updated issue number.\r\n\r\n* modified: docs/sources/CHANGELOG.md\r\n\t- Updated issue number (again) to reflect the PR link instead of the issue link.\r\n\r\n* modified: mlxtend/preprocessing/transactionencoder.py\r\n\t- Ran isort over imports to fix failing check in PR.\r\n\r\n* modified: requirements.txt\r\n\t- Increased scikit-learn version to minimum required for set_output to work.\r\n\r\n* modified: environment.yml\r\n\t- Bumped scikit-learn version up to 1.2.2 to match requirements.txt.\r\n\r\n* modified: .github/workflows/python-package-conda.yml\r\n\t- Bumped scikit-learn version up to 1.2.2 to match environment.yml and requirements.txt.\r\n\r\n* modified: mlxtend/preprocessing/tests/test_transactionencoder.py\r\n\t- Updated `test_inverse_transform` to passing state by removing conversion to numpy array.\r\n\r\n* modified: .github/workflows/python-package-conda.yml\r\n\t- Updated scikit-learn version to 1.3.1 to integerate fix from https://github.com/scikit-learn/scikit-learn/pull/27044\r\n\r\nmodified: environment.yml\r\n\t- Updated scikit-learn version to 1.3.1 to integerate fix from https://github.com/scikit-learn/scikit-learn/pull/27044\r\n\r\nmodified: requirements.txt\r\n\t- Updated scikit-learn version to 1.3.1 to integerate fix from https://github.com/scikit-learn/scikit-learn/pull/27044\r\n\r\n* Update mlxtend/preprocessing/transactionencoder.py\r\n\r\n* Update mlxtend/preprocessing/transactionencoder.py\r\n\r\n* Update mlxtend/preprocessing/transactionencoder.py\r\n\r\n---------\r\n\r\nCo-authored-by: Sebastian Raschka ","shortMessageHtmlLink":"Integrate scikit-learn's set_output method into TransactionEncoder ("}},{"before":"9fd99138dde4605bf29beffa98c14137e88394c0","after":"e82c9c53fb4e30cff7312af5fe663075564049a7","ref":"refs/heads/master","pushedAt":"2024-03-30T14:44:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"Most recent scikit-learn results in several failed unit tests (#1091)\n\n* modified: mlxtend/classifier/tests/test_stacking_classifier.py\r\n\t- Marked :test:`test_StackingClassifier` as skip because scikit-learn implemented its own :class:`StackingClassifier` in 0.22.\r\n\r\n* modified: mlxtend/classifier/tests/test_stacking_classifier.py\r\n\t- Formatted with isort, black, flake8.\r\n\r\n* modified: mlxtend/classifier/tests/test_stacking_classifier.py\r\n\t- Skipping all failing unit tests related to :class:`StackingClassifier` as they don't align with `scikit-learn`'s implementation.\r\n\r\n* modified: mlxtend/classifier/tests/test_stacking_cv_classifier.py\r\n\t- Skipping failed unit tests because scikit-learn's StackingClassifier has built-in cross-validation support.\r\n\r\n* modified: .github/workflows/python-package-conda.yml\r\n\t- Updated scikit-learn version to 1.3.1\r\n\r\nmodified: environment.yml\r\n\t- Updated scikit-learn version to 1.3.1\r\n\r\nmodified: requirements.txt\r\n\t- Updated scikit-learn version to 1.3.1\r\n\r\n* modified: mlxtend/preprocessing/tests/test_transactionencoder.py\r\n\t- Updated failing unit test to compare output directly instead of converting to numpy arrays (which results in errors unless the dtype is set to object).\r\n\r\n* modified: mlxtend/regressor/tests/test_stacking_cv_regression.py\r\n\t- Skipping `test_gridsearch_replace_mix` as it uses `StackingCVRegressor` when `scikit-learn` has its own implementation as of 0.22.\r\n\r\n* fix stacking classifiers\r\n\r\n* update\r\n\r\n* adjust for macos vs linux precision\r\n\r\n* autoformat workflow\r\n\r\n* autoformat workflow\r\n\r\n* hopefully final update\r\n\r\n* hopefully final update\r\n\r\n* leeway for linux\r\n\r\n* leeway for linux\r\n\r\n---------\r\n\r\nCo-authored-by: rasbt ","shortMessageHtmlLink":"Most recent scikit-learn results in several failed unit tests (#1091)"}},{"before":"50a32c67dd8138b70b8389fb07406a7b52b56ad7","after":null,"ref":"refs/heads/update-ci","pushedAt":"2024-03-28T16:26:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"}},{"before":"b3b81f4dd603e0ad9c8f3133f1b2bf2f5177cc9d","after":"9fd99138dde4605bf29beffa98c14137e88394c0","ref":"refs/heads/master","pushedAt":"2024-03-28T16:26:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"Update CI (#1089)\n\n* update ci\r\n\r\n* black update\r\n\r\n* conda init\r\n\r\n* fix workflow\r\n\r\n* fix workflow\r\n\r\n* fix workflow\r\n\r\n* skip tensorflow dependency\r\n\r\n* formatting","shortMessageHtmlLink":"Update CI (#1089)"}},{"before":"ebca143ce126f2fd559cc084d710ef49958d463f","after":"50a32c67dd8138b70b8389fb07406a7b52b56ad7","ref":"refs/heads/update-ci","pushedAt":"2024-03-28T16:20:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"formatting","shortMessageHtmlLink":"formatting"}},{"before":"48aab7dd7d7edd3fbf5a8b1619c28125aa57d35b","after":"ebca143ce126f2fd559cc084d710ef49958d463f","ref":"refs/heads/update-ci","pushedAt":"2024-03-28T16:19:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"skip tensorflow dependency","shortMessageHtmlLink":"skip tensorflow dependency"}},{"before":"9b983f387eca6551bf6c1614c920b73eaa6d95cb","after":"48aab7dd7d7edd3fbf5a8b1619c28125aa57d35b","ref":"refs/heads/update-ci","pushedAt":"2024-03-28T16:17:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"fix workflow","shortMessageHtmlLink":"fix workflow"}},{"before":"2e5e46ab97b6eb48d1dffba0e59a93d26c686173","after":"9b983f387eca6551bf6c1614c920b73eaa6d95cb","ref":"refs/heads/update-ci","pushedAt":"2024-03-28T16:03:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"fix workflow","shortMessageHtmlLink":"fix workflow"}},{"before":"0b8c6c0b324a31947855c1f05263737208ff41d4","after":"2e5e46ab97b6eb48d1dffba0e59a93d26c686173","ref":"refs/heads/update-ci","pushedAt":"2024-03-28T15:58:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"fix workflow","shortMessageHtmlLink":"fix workflow"}},{"before":"94869295e49b5899b157a99151220ca0e0221e08","after":"0b8c6c0b324a31947855c1f05263737208ff41d4","ref":"refs/heads/update-ci","pushedAt":"2024-03-28T15:53:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"conda init","shortMessageHtmlLink":"conda init"}},{"before":"b3b81f4dd603e0ad9c8f3133f1b2bf2f5177cc9d","after":"94869295e49b5899b157a99151220ca0e0221e08","ref":"refs/heads/update-ci","pushedAt":"2024-03-28T15:49:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"update ci","shortMessageHtmlLink":"update ci"}},{"before":null,"after":"b3b81f4dd603e0ad9c8f3133f1b2bf2f5177cc9d","ref":"refs/heads/update-ci","pushedAt":"2024-03-28T15:46:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"fix installation docs","shortMessageHtmlLink":"fix installation docs"}},{"before":"40dd6533ae16a362305bbb0825002e137183c6b0","after":"d33f8092cc349030966c61f0afb17862e7cb5d86","ref":"refs/heads/gh-pages","pushedAt":"2024-02-24T17:59:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"Deployed b3b81f4d with MkDocs version: 1.5.3","shortMessageHtmlLink":"Deployed b3b81f4 with MkDocs version: 1.5.3"}},{"before":"b0b8a096b6b76342ece4453b73406212afb8068e","after":"40dd6533ae16a362305bbb0825002e137183c6b0","ref":"refs/heads/gh-pages","pushedAt":"2024-02-24T17:56:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"Deployed b3b81f4d with MkDocs version: 1.4.2","shortMessageHtmlLink":"Deployed b3b81f4 with MkDocs version: 1.4.2"}},{"before":"0be16a6761382d56aeaf0281f766788a63e0de6d","after":"b3b81f4dd603e0ad9c8f3133f1b2bf2f5177cc9d","ref":"refs/heads/master","pushedAt":"2024-02-23T15:26:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"fix installation docs","shortMessageHtmlLink":"fix installation docs"}},{"before":"a5e05b20da39f488fdcbbd475a255fcb35f7b94e","after":"b0b8a096b6b76342ece4453b73406212afb8068e","ref":"refs/heads/gh-pages","pushedAt":"2024-02-23T15:25:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"Deployed 0be16a67 with MkDocs version: 1.4.2","shortMessageHtmlLink":"Deployed 0be16a6 with MkDocs version: 1.4.2"}},{"before":"62f9e948d73844ced903ad6b510e0c4cade2e26e","after":"0be16a6761382d56aeaf0281f766788a63e0de6d","ref":"refs/heads/master","pushedAt":"2024-02-18T19:43:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"fix typo in OneRClassifier notebook (#1084)","shortMessageHtmlLink":"fix typo in OneRClassifier notebook (#1084)"}},{"before":"a5435e5a24617ddfc07e1c429d66e03162839c39","after":"62f9e948d73844ced903ad6b510e0c4cade2e26e","ref":"refs/heads/master","pushedAt":"2024-01-05T18:46:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"Don't include tests in built wheel (#1076)\n\nTests should be included in the source distribution but there is no\r\nreason to include them in the build wheel.\r\n\r\nDisable implicit packages (directories without an __init__.py file)\r\naltogether by setting the following in pyproject.toml:\r\n\r\n[tool.setuptools.packages.find]\r\ninclude = [\"mlxtend\", \"mlxtend.*\"]\r\nnamespaces = false\r\n\r\nI assume the files in mlxtend/data/data are still needed so I've\r\nmodified the package data to include files in that directory.","shortMessageHtmlLink":"Don't include tests in built wheel (#1076)"}},{"before":"7f69b164ccedf6aaedd376f438a540cfa518a561","after":null,"ref":"refs/heads/0.23.1","pushedAt":"2024-01-05T08:45:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"}},{"before":"bd72b15f88d658e347a38be1bbb21f05b88be46d","after":"a5435e5a24617ddfc07e1c429d66e03162839c39","ref":"refs/heads/master","pushedAt":"2024-01-05T08:45:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"0.23.1 release (#1075)\n\n* update changelog\r\n\r\n* update 2024","shortMessageHtmlLink":"0.23.1 release (#1075)"}},{"before":null,"after":"7f69b164ccedf6aaedd376f438a540cfa518a561","ref":"refs/heads/0.23.1","pushedAt":"2024-01-05T08:43:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"update 2024","shortMessageHtmlLink":"update 2024"}},{"before":"c0afb78befd673eb1ddaa0192d4694cef20ed2fa","after":"bd72b15f88d658e347a38be1bbb21f05b88be46d","ref":"refs/heads/master","pushedAt":"2023-11-26T16:14:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"updated dependency on distutils for python 3.12 and above (#1072)\n\n* updated dependency on distutils for python 3.12 and above\r\n\r\n* removed unused import","shortMessageHtmlLink":"updated dependency on distutils for python 3.12 and above (#1072)"}},{"before":"a0534aabd40e730031a301455daa83c87dee1bac","after":"c0afb78befd673eb1ddaa0192d4694cef20ed2fa","ref":"refs/heads/master","pushedAt":"2023-09-23T14:57:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"fix doc optional dependencies","shortMessageHtmlLink":"fix doc optional dependencies"}},{"before":"ad06b2d2fcb7fc3e3fe9450edd5d9a52475478d0","after":"a0534aabd40e730031a301455daa83c87dee1bac","ref":"refs/heads/master","pushedAt":"2023-09-23T14:52:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"make release","shortMessageHtmlLink":"make release"}},{"before":"0bc7a8198a0b08f5cbf021821b39e68fde793673","after":"a5e05b20da39f488fdcbbd475a255fcb35f7b94e","ref":"refs/heads/gh-pages","pushedAt":"2023-09-23T14:50:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"Deployed ad06b2d2 with MkDocs version: 1.4.2","shortMessageHtmlLink":"Deployed ad06b2d with MkDocs version: 1.4.2"}},{"before":"a3ec67e85dfdeca39c20da57b5217e1da3918e1f","after":null,"ref":"refs/heads/new-release","pushedAt":"2023-09-23T14:36:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"}},{"before":"451eb26dbdc712cce34442f560ab11179ae8cb2e","after":"ad06b2d2fcb7fc3e3fe9450edd5d9a52475478d0","ref":"refs/heads/master","pushedAt":"2023-09-23T14:36:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rasbt","name":"Sebastian Raschka","path":"/rasbt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5618407?s=80&v=4"},"commit":{"message":"prepare for new release (#1067)","shortMessageHtmlLink":"prepare for new release (#1067)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEI8wA4QA","startCursor":null,"endCursor":null}},"title":"Activity ยท rasbt/mlxtend"}