{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":152386408,"defaultBranch":"master","name":"gordo","ownerLogin":"equinor","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-10-10T08:09:43.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/525862?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725574780.0","currentOid":""},"activityList":{"items":[{"before":"19fc575e91cf43563abb20778e77e0e6f6ebbab3","after":"dd872ddd3fdf6fba566286ef9687b53b18456a68","ref":"refs/heads/snyk-fix-57e39f3bb5e92e8d20daba9f591c660f","pushedAt":"2024-09-05T22:19:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AtleH","name":"Atle Haugan","path":"/AtleH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/551584?s=80&v=4"},"commit":{"message":"fix: requirements/full_requirements.txt to reduce vulnerabilities\n\n\nThe following vulnerabilities are fixed by pinning transitive dependencies:\n- https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-7886970","shortMessageHtmlLink":"fix: requirements/full_requirements.txt to reduce vulnerabilities"}},{"before":null,"after":"19fc575e91cf43563abb20778e77e0e6f6ebbab3","ref":"refs/heads/snyk-fix-57e39f3bb5e92e8d20daba9f591c660f","pushedAt":"2024-09-05T22:19:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"AtleH","name":"Atle Haugan","path":"/AtleH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/551584?s=80&v=4"},"commit":{"message":"Fix(requirements): bump dependencies, mainly to eliminate third-party security issues (#1383)\n\n* Fix(requirements): bump dependencies, mainly to eliminate third-party security issues\r\n\r\n* Bump `TensorFlow 2.12.1->2.16.1`\r\n* Bump `catboost 1.2.2->1.2.5`\r\n* Bump `mlflow 2.9.2->2.12.2`\r\n* Bump `azureml-core 1.49.0->1.56.0`\r\n* Remove locked `gunicorn` and `packaging`\r\n\r\n* Fix(requirements): bump test dependencies, mainly to eliminate third-party security issues\r\n\r\n* Bump `docker 6.1.3->7.1.0`\r\n* Bump `responses 0.23->0.25.3`\r\n* Bump `black 22.12.0->24.4.2`\r\n* Bump `notebook 6.5.6->7.2.1`\r\n\r\n* Fix(requirements): use scikeras to bring back keras wrappers\r\n\r\n* Add `scikeras~=0.13.0` dependency\r\n* Use `scikeras.wrappers.KerasRegressor` instead of removed `tensorflow.keras.wrappers.scikit_learn import KerasRegressor`\r\n\r\n* Fix: apply formatting\r\n\r\n* Fix: add `super().__init__(**kwargs)` call to `KerasBaseEstimator`\r\n\r\n* Fix: rename `build_fn` to `model`\r\n\r\n* Fix: move `super().__init__(**kwargs)` to start of `KerasBaseEstimator.__init__`\r\n\r\n* Fix: i'm done with comments for now\r\n\r\n* Fix: remove redundant `BaseEstimator` inheritance in `KerasBaseEstimator`\r\n\r\n* Fix: remove redundant `BaseWrapper` alias for `KerasRegressor`\r\n\r\n* Fix: add super call to KerasBaseEstimator\r\n\r\n* Fix: no comments\r\n\r\n* Fix: refactor `__call__` method of models to `_prepare_model`\r\n\r\n* Fix: move assignment of `kind` above the `_prepare_model` call\r\n\r\n* Fix: prepare model right before calling fit in keras models\r\n\r\n* Fix: rename `self.history` to `self._history` in `KerasBaseEstimator`\r\n\r\n* Fix: rename `self.kind` and `self.kwargs` to `self._kind` and `self._kwargs` in `KerasBaseEstimator`\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: remove `save_format` param from `save_model` in `KerasBaseEstimator.__getstate__`\r\n\r\n* Fix: remove `save_format` param from `save_model` in `KerasBaseEstimator.__getstate__`\r\n\r\n* Fix: formatting\r\n\r\n* Fix: change saving to tempfile\r\n\r\n* Fix: formatting\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: adjust test for argo versions\r\n\r\n* Fix: save bytes instead of bytesio to model state\r\n\r\n* Fix: skip loading unitialized model from state\r\n\r\nThis is due to the fact that `TransformedTargetRegressor` receives a `regressor` as input, then clones it for every `fit` and sets it to `regressor_`, leaving the original `regressor` uninitialized forever.\r\n\r\n* Fix: adjust test for serializer\r\n\r\n* Fix: adjust test for serializer\r\n\r\n* Fix: rename `KerasLSTMBaseEstimator` attributes to underscored prefixed\r\n\r\n* Fix: rename `KerasLSTMBaseEstimator` attributes to underscored prefixed\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: propagate batch_size to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: set `input_shape` to tensorflow layers definition in `KerasRawModelRegressor` docstring\r\n\r\n* Fix: store history for model in `_history` and use proper `regressor_` in `_extract_metadata_from_model`\r\n\r\n* Fix: formatting\r\n\r\n* Fix: adjust `model` and `history` attributes access in `KerasBaseEstimator` and children\r\n\r\nAlso adjust tests\r\n\r\n* Fix: adjust `lstm` `optimizer_kwargs` and `input.shape` access\r\n\r\n* Fix: add input_shape to Dense layers in kerasraw test\r\n\r\n* Formatting\r\n\r\n* Formatting\r\n\r\n* Add gunicorn as base requirement","shortMessageHtmlLink":"Fix(requirements): bump dependencies, mainly to eliminate third-party…"}},{"before":"19fc575e91cf43563abb20778e77e0e6f6ebbab3","after":"3a9111225849198c709c1f955dbe60133aebed24","ref":"refs/heads/snyk-fix-dc16e9c3a7403d66808b1e65c90df911","pushedAt":"2024-07-10T03:37:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Afonso-2403","name":"Afonso Luz","path":"/Afonso-2403","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74666192?s=80&v=4"},"commit":{"message":"fix: requirements/test_requirements.txt to reduce vulnerabilities\n\n\nThe following vulnerabilities are fixed by pinning transitive dependencies:\n- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899","shortMessageHtmlLink":"fix: requirements/test_requirements.txt to reduce vulnerabilities"}},{"before":null,"after":"19fc575e91cf43563abb20778e77e0e6f6ebbab3","ref":"refs/heads/snyk-fix-dc16e9c3a7403d66808b1e65c90df911","pushedAt":"2024-07-10T03:37:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Afonso-2403","name":"Afonso Luz","path":"/Afonso-2403","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74666192?s=80&v=4"},"commit":{"message":"Fix(requirements): bump dependencies, mainly to eliminate third-party security issues (#1383)\n\n* Fix(requirements): bump dependencies, mainly to eliminate third-party security issues\r\n\r\n* Bump `TensorFlow 2.12.1->2.16.1`\r\n* Bump `catboost 1.2.2->1.2.5`\r\n* Bump `mlflow 2.9.2->2.12.2`\r\n* Bump `azureml-core 1.49.0->1.56.0`\r\n* Remove locked `gunicorn` and `packaging`\r\n\r\n* Fix(requirements): bump test dependencies, mainly to eliminate third-party security issues\r\n\r\n* Bump `docker 6.1.3->7.1.0`\r\n* Bump `responses 0.23->0.25.3`\r\n* Bump `black 22.12.0->24.4.2`\r\n* Bump `notebook 6.5.6->7.2.1`\r\n\r\n* Fix(requirements): use scikeras to bring back keras wrappers\r\n\r\n* Add `scikeras~=0.13.0` dependency\r\n* Use `scikeras.wrappers.KerasRegressor` instead of removed `tensorflow.keras.wrappers.scikit_learn import KerasRegressor`\r\n\r\n* Fix: apply formatting\r\n\r\n* Fix: add `super().__init__(**kwargs)` call to `KerasBaseEstimator`\r\n\r\n* Fix: rename `build_fn` to `model`\r\n\r\n* Fix: move `super().__init__(**kwargs)` to start of `KerasBaseEstimator.__init__`\r\n\r\n* Fix: i'm done with comments for now\r\n\r\n* Fix: remove redundant `BaseEstimator` inheritance in `KerasBaseEstimator`\r\n\r\n* Fix: remove redundant `BaseWrapper` alias for `KerasRegressor`\r\n\r\n* Fix: add super call to KerasBaseEstimator\r\n\r\n* Fix: no comments\r\n\r\n* Fix: refactor `__call__` method of models to `_prepare_model`\r\n\r\n* Fix: move assignment of `kind` above the `_prepare_model` call\r\n\r\n* Fix: prepare model right before calling fit in keras models\r\n\r\n* Fix: rename `self.history` to `self._history` in `KerasBaseEstimator`\r\n\r\n* Fix: rename `self.kind` and `self.kwargs` to `self._kind` and `self._kwargs` in `KerasBaseEstimator`\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: remove `save_format` param from `save_model` in `KerasBaseEstimator.__getstate__`\r\n\r\n* Fix: remove `save_format` param from `save_model` in `KerasBaseEstimator.__getstate__`\r\n\r\n* Fix: formatting\r\n\r\n* Fix: change saving to tempfile\r\n\r\n* Fix: formatting\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: adjust test for argo versions\r\n\r\n* Fix: save bytes instead of bytesio to model state\r\n\r\n* Fix: skip loading unitialized model from state\r\n\r\nThis is due to the fact that `TransformedTargetRegressor` receives a `regressor` as input, then clones it for every `fit` and sets it to `regressor_`, leaving the original `regressor` uninitialized forever.\r\n\r\n* Fix: adjust test for serializer\r\n\r\n* Fix: adjust test for serializer\r\n\r\n* Fix: rename `KerasLSTMBaseEstimator` attributes to underscored prefixed\r\n\r\n* Fix: rename `KerasLSTMBaseEstimator` attributes to underscored prefixed\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: propagate batch_size to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: set `input_shape` to tensorflow layers definition in `KerasRawModelRegressor` docstring\r\n\r\n* Fix: store history for model in `_history` and use proper `regressor_` in `_extract_metadata_from_model`\r\n\r\n* Fix: formatting\r\n\r\n* Fix: adjust `model` and `history` attributes access in `KerasBaseEstimator` and children\r\n\r\nAlso adjust tests\r\n\r\n* Fix: adjust `lstm` `optimizer_kwargs` and `input.shape` access\r\n\r\n* Fix: add input_shape to Dense layers in kerasraw test\r\n\r\n* Formatting\r\n\r\n* Formatting\r\n\r\n* Add gunicorn as base requirement","shortMessageHtmlLink":"Fix(requirements): bump dependencies, mainly to eliminate third-party…"}},{"before":"19fc575e91cf43563abb20778e77e0e6f6ebbab3","after":"56fce5d97124f823d876947c4431573c4b56ae6f","ref":"refs/heads/snyk-fix-27939b9ca8f1fca0815484e5270cc2fb","pushedAt":"2024-07-10T03:08:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hugobettmach","name":"Hugo Bettencourt Machado","path":"/hugobettmach","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35259490?s=80&v=4"},"commit":{"message":"fix: requirements/full_requirements.txt to reduce vulnerabilities\n\n\nThe following vulnerabilities are fixed by pinning transitive dependencies:\n- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899","shortMessageHtmlLink":"fix: requirements/full_requirements.txt to reduce vulnerabilities"}},{"before":null,"after":"19fc575e91cf43563abb20778e77e0e6f6ebbab3","ref":"refs/heads/snyk-fix-27939b9ca8f1fca0815484e5270cc2fb","pushedAt":"2024-07-10T03:08:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hugobettmach","name":"Hugo Bettencourt Machado","path":"/hugobettmach","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35259490?s=80&v=4"},"commit":{"message":"Fix(requirements): bump dependencies, mainly to eliminate third-party security issues (#1383)\n\n* Fix(requirements): bump dependencies, mainly to eliminate third-party security issues\r\n\r\n* Bump `TensorFlow 2.12.1->2.16.1`\r\n* Bump `catboost 1.2.2->1.2.5`\r\n* Bump `mlflow 2.9.2->2.12.2`\r\n* Bump `azureml-core 1.49.0->1.56.0`\r\n* Remove locked `gunicorn` and `packaging`\r\n\r\n* Fix(requirements): bump test dependencies, mainly to eliminate third-party security issues\r\n\r\n* Bump `docker 6.1.3->7.1.0`\r\n* Bump `responses 0.23->0.25.3`\r\n* Bump `black 22.12.0->24.4.2`\r\n* Bump `notebook 6.5.6->7.2.1`\r\n\r\n* Fix(requirements): use scikeras to bring back keras wrappers\r\n\r\n* Add `scikeras~=0.13.0` dependency\r\n* Use `scikeras.wrappers.KerasRegressor` instead of removed `tensorflow.keras.wrappers.scikit_learn import KerasRegressor`\r\n\r\n* Fix: apply formatting\r\n\r\n* Fix: add `super().__init__(**kwargs)` call to `KerasBaseEstimator`\r\n\r\n* Fix: rename `build_fn` to `model`\r\n\r\n* Fix: move `super().__init__(**kwargs)` to start of `KerasBaseEstimator.__init__`\r\n\r\n* Fix: i'm done with comments for now\r\n\r\n* Fix: remove redundant `BaseEstimator` inheritance in `KerasBaseEstimator`\r\n\r\n* Fix: remove redundant `BaseWrapper` alias for `KerasRegressor`\r\n\r\n* Fix: add super call to KerasBaseEstimator\r\n\r\n* Fix: no comments\r\n\r\n* Fix: refactor `__call__` method of models to `_prepare_model`\r\n\r\n* Fix: move assignment of `kind` above the `_prepare_model` call\r\n\r\n* Fix: prepare model right before calling fit in keras models\r\n\r\n* Fix: rename `self.history` to `self._history` in `KerasBaseEstimator`\r\n\r\n* Fix: rename `self.kind` and `self.kwargs` to `self._kind` and `self._kwargs` in `KerasBaseEstimator`\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: remove `save_format` param from `save_model` in `KerasBaseEstimator.__getstate__`\r\n\r\n* Fix: remove `save_format` param from `save_model` in `KerasBaseEstimator.__getstate__`\r\n\r\n* Fix: formatting\r\n\r\n* Fix: change saving to tempfile\r\n\r\n* Fix: formatting\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: adjust test for argo versions\r\n\r\n* Fix: save bytes instead of bytesio to model state\r\n\r\n* Fix: skip loading unitialized model from state\r\n\r\nThis is due to the fact that `TransformedTargetRegressor` receives a `regressor` as input, then clones it for every `fit` and sets it to `regressor_`, leaving the original `regressor` uninitialized forever.\r\n\r\n* Fix: adjust test for serializer\r\n\r\n* Fix: adjust test for serializer\r\n\r\n* Fix: rename `KerasLSTMBaseEstimator` attributes to underscored prefixed\r\n\r\n* Fix: rename `KerasLSTMBaseEstimator` attributes to underscored prefixed\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: propagate batch_size to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: set `input_shape` to tensorflow layers definition in `KerasRawModelRegressor` docstring\r\n\r\n* Fix: store history for model in `_history` and use proper `regressor_` in `_extract_metadata_from_model`\r\n\r\n* Fix: formatting\r\n\r\n* Fix: adjust `model` and `history` attributes access in `KerasBaseEstimator` and children\r\n\r\nAlso adjust tests\r\n\r\n* Fix: adjust `lstm` `optimizer_kwargs` and `input.shape` access\r\n\r\n* Fix: add input_shape to Dense layers in kerasraw test\r\n\r\n* Formatting\r\n\r\n* Formatting\r\n\r\n* Add gunicorn as base requirement","shortMessageHtmlLink":"Fix(requirements): bump dependencies, mainly to eliminate third-party…"}},{"before":"1fd82d5c24de9ac2db31b135603e8c601b4f442a","after":null,"ref":"refs/heads/quickfix/rivan/163526-bump-dependencies","pushedAt":"2024-07-09T04:57:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"}},{"before":"2312c6a793b7170e88c0ff93b38c55b2741c1b9c","after":"19fc575e91cf43563abb20778e77e0e6f6ebbab3","ref":"refs/heads/master","pushedAt":"2024-07-09T04:57:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"},"commit":{"message":"Fix(requirements): bump dependencies, mainly to eliminate third-party security issues (#1383)\n\n* Fix(requirements): bump dependencies, mainly to eliminate third-party security issues\r\n\r\n* Bump `TensorFlow 2.12.1->2.16.1`\r\n* Bump `catboost 1.2.2->1.2.5`\r\n* Bump `mlflow 2.9.2->2.12.2`\r\n* Bump `azureml-core 1.49.0->1.56.0`\r\n* Remove locked `gunicorn` and `packaging`\r\n\r\n* Fix(requirements): bump test dependencies, mainly to eliminate third-party security issues\r\n\r\n* Bump `docker 6.1.3->7.1.0`\r\n* Bump `responses 0.23->0.25.3`\r\n* Bump `black 22.12.0->24.4.2`\r\n* Bump `notebook 6.5.6->7.2.1`\r\n\r\n* Fix(requirements): use scikeras to bring back keras wrappers\r\n\r\n* Add `scikeras~=0.13.0` dependency\r\n* Use `scikeras.wrappers.KerasRegressor` instead of removed `tensorflow.keras.wrappers.scikit_learn import KerasRegressor`\r\n\r\n* Fix: apply formatting\r\n\r\n* Fix: add `super().__init__(**kwargs)` call to `KerasBaseEstimator`\r\n\r\n* Fix: rename `build_fn` to `model`\r\n\r\n* Fix: move `super().__init__(**kwargs)` to start of `KerasBaseEstimator.__init__`\r\n\r\n* Fix: i'm done with comments for now\r\n\r\n* Fix: remove redundant `BaseEstimator` inheritance in `KerasBaseEstimator`\r\n\r\n* Fix: remove redundant `BaseWrapper` alias for `KerasRegressor`\r\n\r\n* Fix: add super call to KerasBaseEstimator\r\n\r\n* Fix: no comments\r\n\r\n* Fix: refactor `__call__` method of models to `_prepare_model`\r\n\r\n* Fix: move assignment of `kind` above the `_prepare_model` call\r\n\r\n* Fix: prepare model right before calling fit in keras models\r\n\r\n* Fix: rename `self.history` to `self._history` in `KerasBaseEstimator`\r\n\r\n* Fix: rename `self.kind` and `self.kwargs` to `self._kind` and `self._kwargs` in `KerasBaseEstimator`\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: refactor `getattr(keras.optimizers, optimizer)` to `keras.optimizers.get(optimizer)` in autoencoders\r\n\r\n* Fix: remove `save_format` param from `save_model` in `KerasBaseEstimator.__getstate__`\r\n\r\n* Fix: remove `save_format` param from `save_model` in `KerasBaseEstimator.__getstate__`\r\n\r\n* Fix: formatting\r\n\r\n* Fix: change saving to tempfile\r\n\r\n* Fix: formatting\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: save model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: load model as .keras temp file\r\n\r\n* Fix: adjust test for argo versions\r\n\r\n* Fix: save bytes instead of bytesio to model state\r\n\r\n* Fix: skip loading unitialized model from state\r\n\r\nThis is due to the fact that `TransformedTargetRegressor` receives a `regressor` as input, then clones it for every `fit` and sets it to `regressor_`, leaving the original `regressor` uninitialized forever.\r\n\r\n* Fix: adjust test for serializer\r\n\r\n* Fix: adjust test for serializer\r\n\r\n* Fix: rename `KerasLSTMBaseEstimator` attributes to underscored prefixed\r\n\r\n* Fix: rename `KerasLSTMBaseEstimator` attributes to underscored prefixed\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: do not propagate kwargs to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: propagate batch_size to `super().__init__` of KerasBaseEstimator\r\n\r\n* Fix: set `input_shape` to tensorflow layers definition in `KerasRawModelRegressor` docstring\r\n\r\n* Fix: store history for model in `_history` and use proper `regressor_` in `_extract_metadata_from_model`\r\n\r\n* Fix: formatting\r\n\r\n* Fix: adjust `model` and `history` attributes access in `KerasBaseEstimator` and children\r\n\r\nAlso adjust tests\r\n\r\n* Fix: adjust `lstm` `optimizer_kwargs` and `input.shape` access\r\n\r\n* Fix: add input_shape to Dense layers in kerasraw test\r\n\r\n* Formatting\r\n\r\n* Formatting\r\n\r\n* Add gunicorn as base requirement","shortMessageHtmlLink":"Fix(requirements): bump dependencies, mainly to eliminate third-party…"}},{"before":"2312c6a793b7170e88c0ff93b38c55b2741c1b9c","after":null,"ref":"refs/tags/6.0.0","pushedAt":"2024-07-09T04:56:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"}},{"before":"e94c9f66ae1912282d8629d26bf599c8429fbabc","after":"1fd82d5c24de9ac2db31b135603e8c601b4f442a","ref":"refs/heads/quickfix/rivan/163526-bump-dependencies","pushedAt":"2024-07-08T18:03:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RollerKnobster","name":"Roman Ivaniuk","path":"/RollerKnobster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19205322?s=80&v=4"},"commit":{"message":"Add gunicorn as base requirement","shortMessageHtmlLink":"Add gunicorn as base requirement"}},{"before":"ad19212e545cddc214db3b566c6198e8ee1fbe12","after":"e94c9f66ae1912282d8629d26bf599c8429fbabc","ref":"refs/heads/quickfix/rivan/163526-bump-dependencies","pushedAt":"2024-07-08T11:38:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RollerKnobster","name":"Roman Ivaniuk","path":"/RollerKnobster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19205322?s=80&v=4"},"commit":{"message":"Formatting","shortMessageHtmlLink":"Formatting"}},{"before":"657d6e9c3f6238a14e5ec731a728f4618031b787","after":"ad19212e545cddc214db3b566c6198e8ee1fbe12","ref":"refs/heads/quickfix/rivan/163526-bump-dependencies","pushedAt":"2024-07-08T11:28:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RollerKnobster","name":"Roman Ivaniuk","path":"/RollerKnobster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19205322?s=80&v=4"},"commit":{"message":"Formatting","shortMessageHtmlLink":"Formatting"}},{"before":"6d827e6f7d74e3a5a527381c7cd05fa510a13d53","after":"657d6e9c3f6238a14e5ec731a728f4618031b787","ref":"refs/heads/quickfix/rivan/163526-bump-dependencies","pushedAt":"2024-07-08T11:24:52.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"RollerKnobster","name":"Roman Ivaniuk","path":"/RollerKnobster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19205322?s=80&v=4"},"commit":{"message":"Merge with main","shortMessageHtmlLink":"Merge with main"}},{"before":"2312c6a793b7170e88c0ff93b38c55b2741c1b9c","after":"7c0e5632428e1acdc7a94de512dc2c97b5cc6efc","ref":"refs/heads/snyk-fix-5e47bbdf0df0e1a5dd37d8742c728546","pushedAt":"2024-07-08T03:33:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hugobettmach","name":"Hugo Bettencourt Machado","path":"/hugobettmach","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35259490?s=80&v=4"},"commit":{"message":"fix: requirements/test_requirements.txt to reduce vulnerabilities\n\n\nThe following vulnerabilities are fixed by pinning transitive dependencies:\n- https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-7430173","shortMessageHtmlLink":"fix: requirements/test_requirements.txt to reduce vulnerabilities"}},{"before":null,"after":"2312c6a793b7170e88c0ff93b38c55b2741c1b9c","ref":"refs/heads/snyk-fix-5e47bbdf0df0e1a5dd37d8742c728546","pushedAt":"2024-07-08T03:33:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hugobettmach","name":"Hugo Bettencourt Machado","path":"/hugobettmach","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35259490?s=80&v=4"},"commit":{"message":"Using secrets.GITHUB_TOKEN for ghcr auth (#1395)","shortMessageHtmlLink":"Using secrets.GITHUB_TOKEN for ghcr auth (#1395)"}},{"before":"6e43c6de3b479d3edb303e000dc6da66826bb30c","after":null,"ref":"refs/heads/hotfix/using-github-token-for-ghcr-auth","pushedAt":"2024-07-04T17:58:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"}},{"before":"48bd1c9448c4cc497ae45f0e4d3c3620779c8ab5","after":"2312c6a793b7170e88c0ff93b38c55b2741c1b9c","ref":"refs/heads/master","pushedAt":"2024-07-04T17:58:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"},"commit":{"message":"Using secrets.GITHUB_TOKEN for ghcr auth (#1395)","shortMessageHtmlLink":"Using secrets.GITHUB_TOKEN for ghcr auth (#1395)"}},{"before":"48bd1c9448c4cc497ae45f0e4d3c3620779c8ab5","after":"6e43c6de3b479d3edb303e000dc6da66826bb30c","ref":"refs/heads/hotfix/using-github-token-for-ghcr-auth","pushedAt":"2024-07-04T17:51:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"},"commit":{"message":"Using secrets.GITHUB_TOKEN for ghcr auth","shortMessageHtmlLink":"Using secrets.GITHUB_TOKEN for ghcr auth"}},{"before":null,"after":"48bd1c9448c4cc497ae45f0e4d3c3620779c8ab5","ref":"refs/heads/hotfix/using-github-token-for-ghcr-auth","pushedAt":"2024-07-04T17:50:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"},"commit":{"message":"permissions.packages=write for master-ci.yml CI job (#1394)","shortMessageHtmlLink":"permissions.packages=write for master-ci.yml CI job (#1394)"}},{"before":"c7659545ca0acf9e67595aafa50f4b583d8138ff","after":null,"ref":"refs/heads/hotfix/add-permission-packages-write-for-master-ci","pushedAt":"2024-07-04T17:33:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"}},{"before":"31bd8d05c0cb4887d72f32c5aec2653356ffe882","after":"48bd1c9448c4cc497ae45f0e4d3c3620779c8ab5","ref":"refs/heads/master","pushedAt":"2024-07-04T17:33:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"},"commit":{"message":"permissions.packages=write for master-ci.yml CI job (#1394)","shortMessageHtmlLink":"permissions.packages=write for master-ci.yml CI job (#1394)"}},{"before":null,"after":"c7659545ca0acf9e67595aafa50f4b583d8138ff","ref":"refs/heads/hotfix/add-permission-packages-write-for-master-ci","pushedAt":"2024-07-04T17:33:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"},"commit":{"message":"permissions.packages=write for master-ci.yml CI job","shortMessageHtmlLink":"permissions.packages=write for master-ci.yml CI job"}},{"before":"31bd8d05c0cb4887d72f32c5aec2653356ffe882","after":"5cfe0413a704e5bca6fbd68900e99c31c969d5aa","ref":"refs/heads/snyk-fix-f968a9497a539d2570ebfb9fa11f56cd","pushedAt":"2024-07-04T11:14:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AtleH","name":"Atle Haugan","path":"/AtleH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/551584?s=80&v=4"},"commit":{"message":"fix: requirements/full_requirements.txt to reduce vulnerabilities\n\n\nThe following vulnerabilities are fixed by pinning transitive dependencies:\n- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250\n- https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413","shortMessageHtmlLink":"fix: requirements/full_requirements.txt to reduce vulnerabilities"}},{"before":null,"after":"31bd8d05c0cb4887d72f32c5aec2653356ffe882","ref":"refs/heads/snyk-fix-f968a9497a539d2570ebfb9fa11f56cd","pushedAt":"2024-07-04T11:14:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"AtleH","name":"Atle Haugan","path":"/AtleH","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/551584?s=80&v=4"},"commit":{"message":" Update dependencies 07.2024 (#1392)","shortMessageHtmlLink":" Update dependencies 07.2024 (#1392)"}},{"before":"d669e11d17813d764d7b49238b288c48ce4b7952","after":null,"ref":"refs/heads/update-dependencies-2024-07","pushedAt":"2024-07-04T11:13:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"}},{"before":"3eca464ac3d64d009b7e85fe13b150dab78ddf40","after":"31bd8d05c0cb4887d72f32c5aec2653356ffe882","ref":"refs/heads/master","pushedAt":"2024-07-04T11:13:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"},"commit":{"message":" Update dependencies 07.2024 (#1392)","shortMessageHtmlLink":" Update dependencies 07.2024 (#1392)"}},{"before":null,"after":"d669e11d17813d764d7b49238b288c48ce4b7952","ref":"refs/heads/update-dependencies-2024-07","pushedAt":"2024-07-04T11:06:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"},"commit":{"message":" Update dependencies 07.2024","shortMessageHtmlLink":" Update dependencies 07.2024"}},{"before":"e598a2d94a60afe19a16362a9e148253c579f402","after":null,"ref":"refs/heads/quickfix/rivan/do-not-prepare-instantiated-callbacks","pushedAt":"2024-07-02T09:09:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"}},{"before":"03a29b1d4360362d89222cc3494a5c82b69bcf4e","after":"3eca464ac3d64d009b7e85fe13b150dab78ddf40","ref":"refs/heads/master","pushedAt":"2024-07-02T09:09:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"},"commit":{"message":"Fix(serializer): skip building callbacks that are already instantiated (#1390)\n\n* Fix(serializer): skip building callbacks that are already instantiated\r\n\r\n* Fix(serializer): formatting\r\n\r\n* Do not serializer.load_params_from_definition in sk_params\r\n\r\n* Fix tests\r\n\r\n* Fix trivy scan script\r\n\r\n* Revert \"Fix tests\"\r\n\r\nThis reverts commit dbd0a60eb11faba827ad21d0e217a7d4c82a3a60.\r\n\r\n* Revert \"Do not serializer.load_params_from_definition in sk_params\"\r\n\r\nThis reverts commit 65c290c961a2c108219784c909576077f9ccaf82.\r\n\r\n* Revert \"Fix trivy scan script\"\r\n\r\nThis reverts commit bd0f4fef873822cce24b7a84b3b1970fdef93948.\r\n\r\n---------\r\n\r\nCo-authored-by: Serhii Koropets ","shortMessageHtmlLink":"Fix(serializer): skip building callbacks that are already instantiated ("}},{"before":"06daf0da1a67eef227f5d39215a855533377cf88","after":null,"ref":"refs/heads/skoro-fix-trivy-security-issues","pushedAt":"2024-07-02T09:08:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"koropets","name":"Serhii Koropets","path":"/koropets","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33310880?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAErlhlEwA","startCursor":null,"endCursor":null}},"title":"Activity · equinor/gordo"}