Barış Can Durak

Results 49 comments of Barış Can Durak

I am also currently trying to build up a similar pipeline which deals with time-series data. Even in the case of one-shot training as opposed to continuous training, it is...

Hey @kabinja, thank you for applying the changes. Yes, it would be great if you could move the context manager from the current file to a destination such as `src/zenml/utils/stack_utils.py`....

Hey @sydney-runkle, Not sure if I got the question correctly. In any case, if you are asking for the v1 version of the example code that I submitted, it is...

As we upgraded to `pydantic` v2, our `kubeflow`, `tekton`, and `vertex` integrations were also bumped to use KFP 2. Closing this PR.

Just realized that calling `super(MyClass, self).__init__(**kwargs)` before accessing the `_hidden_param` solves the issue in v2 as it helps to set up the pydantic built-in attributes.

@strickvl Thanks to the failing linting tests I have realized that in the `pyproject.toml` of `mlstacks`, `ruff` is getting defined in a way that leads to version `0.1.15`. However, in...

@christianversloot Those are some good questions. If I go through them one by one: - Yes. Both `ruff` and `yamlfix` are included [in our dev dependencies](https://github.com/zenml-io/zenml/blob/a96754a35770b89143c6238588b37cb77d583654/pyproject.toml#L132). This is also how...

@avishniakov @strickvl The more I think about this, I favor my previous suggestion a bit more. - For your first point, I would argue that it is more beneficial for...

Hey @christianversloot, @avishniakov and I just had a discussion about this and ended up implementing a new solution. In short, it will give you a warning if your current `ruff`...

Hey @jlopezpena, that's a valid concern. However, this PR only changes the formatting script and thus, does not affect the users but the developers IMO. I would argue that it...