https://kedro.org/ logo
Join the conversationJoin Discord
Channels
advanced-need-help
announcements
beginners-need-help
introductions
job-posting
plugins-integrations
random
resources
welcome
Powered by Linen
beginners-need-help
  • o

    ongeiver

    10/18/2022, 8:28 PM
    I have no error, in fact it's just Pylance from vscode which recognizes
    pipeline
    as the pipeline.py module inside kedro.pipeline instead of the function
  • n

    noklam

    10/18/2022, 8:28 PM
    It should be a pylance problem then
  • s

    silvadenis

    10/19/2022, 7:33 AM
    Hey team, good morning! Have someone already had deployed a model trained using a Kedro pipeline as a serverless project (using flask to provide the endpoint) ?
  • d

    datajoely

    10/19/2022, 7:55 AM
    There's a few open source versions out there, but non currently maintained by the core team
  • s

    silvadenis

    10/19/2022, 8:07 AM
    Any links that you could share, googled it everywhere couldn't find similar usecases.
  • d

    datajoely

    10/19/2022, 8:08 AM
    https://medium.com/indiciumtech/how-to-build-models-as-products-using-mlops-part-4-deploying-models-in-apis-with-kedro-fast-api-15f13e67c080
  • d

    datajoely

    10/19/2022, 8:08 AM
    I haven't tested it myself, but the Indicium folks are a good outfit
  • s

    silvadenis

    10/19/2022, 8:09 AM
    always saving the day, thanks a lot!
  • e

    eliaspd

    10/19/2022, 4:22 PM
    Does the --runner=ParallelRunner expect its own environment configuration?
  • e

    eliaspd

    10/19/2022, 4:22 PM
    i get a
    AttributeError: 'MlflowHook' object has no attribute 'long_params_strategy'`
    which i don't get in sequential mode
  • e

    eliaspd

    10/19/2022, 4:36 PM
    full error message:
  • e

    eliaspd

    10/19/2022, 4:37 PM
    disabled the kedro-mlflow hook for now.
  • t

    Thiago Poletto

    10/21/2022, 5:55 PM
    I'm having some troubles with a kedro version, is there a way to downgrade to avoid package error?
    ValueError: Your Kedro project version 0.18.1 does not match Kedro package version 0.17.6 you are running. Make sure to update your project template. See https://github.com/quantumblacklabs/kedro/blob/main/RELEASE.md for how to migrate your Kedro project.
  • d

    datajoely

    10/21/2022, 6:09 PM
    The version installed on the machine is 0.17.6
  • d

    datajoely

    10/21/2022, 6:09 PM
    And the project was made with a newer version
  • d

    datajoely

    10/21/2022, 6:09 PM
    Oh sorry the other way round
  • d

    datajoely

    10/21/2022, 6:09 PM
    You need to downgrade the machine installed version
  • t

    Thiago Poletto

    10/21/2022, 6:20 PM
    Yeah, I just couldn't find the way to properly do so...
  • d

    datajoely

    10/21/2022, 6:47 PM
    pip install -U kedro==0.17.6
  • t

    Thiago Poletto

    10/21/2022, 6:48 PM
    thanks...
  • t

    Thiago Poletto

    10/21/2022, 6:52 PM
    I cant quite remember where in the documentation how to create a parameter inside the .yml inside the conf/base/parameters...
  • r

    rafael.gildin

    10/21/2022, 6:54 PM
    So inside conf/base/parameters.yml, you want to do something like this? learning_rate: 0.01 learning_rate2: learning_rate + 0.01
  • t

    Thiago Poletto

    10/21/2022, 6:55 PM
    I mean, is it just to do that? or...
  • t

    Thiago Poletto

    10/21/2022, 7:02 PM
    What I need is a way to set a default parameter so that I can change it properly as necessary, depending on the value I need
  • t

    Thiago Poletto

    10/21/2022, 8:33 PM
    does anybody else know how to do that?
  • r

    rafael.gildin

    10/21/2022, 9:28 PM
    guys?
  • d

    datajoely

    10/22/2022, 5:19 AM
    Yeah - you can do it two ways. You can provide an override via the CLI, or configuration environments e.g. prod and development mirrors
  • t

    Thiago Poletto

    10/22/2022, 11:03 AM
    I see, well I'm certainly gonna try it
  • t

    Thiago Poletto

    10/22/2022, 11:03 AM
    Thanks Joe
  • r

    rafael.gildin

    10/22/2022, 2:19 PM
    Ok @datajoely But how can I do it only in parameters.yml?
Powered by Linen
Title
r

rafael.gildin

10/22/2022, 2:19 PM
Ok @datajoely But how can I do it only in parameters.yml?
View count: 1