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
  • s

    Spikeyhog

    07/13/2022, 12:42 PM
    I have just tried this an unfortunately this does not seem to help.
  • d

    datajoely

    07/13/2022, 12:44 PM
    Hmm this is odd - what version of kedro-viz are you running?
  • s

    Spikeyhog

    07/13/2022, 12:46 PM
    I'm on 4.7.1
  • d

    datajoely

    07/13/2022, 1:20 PM
    Hmm is your project sensitive or could you put it on a repo for me to have a look?
  • s

    Spikeyhog

    07/13/2022, 3:25 PM
    Thanks for your help, mystery solved!
  • b

    bgereke

    07/13/2022, 4:22 PM
    @Spikeyhog or @datajoely can you share what the solution ended up being? I've had this issue as well but just accepted the floating nodes as a feature.
  • d

    datajoely

    07/13/2022, 4:33 PM
    Its about name spacing your datasets that live on the boundary between pipelines in the catalog
  • d

    datajoely

    07/13/2022, 4:33 PM
    I cant share the repo but it's easy to debug with
    kedro viz --autoreload
  • b

    bgereke

    07/13/2022, 4:38 PM
    Can you share what the viz ends up looking like for this example? Do the floating "competitions" and "games" datasets disappear and stay inside "Statsbomb Open Data", or do new arrows appear pointing to them outside "Statsbomb Open Data"?
  • t

    teddycarebears🇷🇴

    07/13/2022, 8:11 PM
    Hello... I am trying to figure out two things because I simply do not know where to find some sample code... 1. I want to train n times and choose best model, encoder etc. Is it better to do this with Kedro or with Kedro Mlflow? I understand Kedro has versioning but Kedro Mlflow offers more advanced tracking options. 2. I don't really get it how will Kedro work deployed on single server. I mean it will be deployed on a server with no Internet connection as a package but I want to be able to run all project or only parts of a project. If I have a good model I might just want to predict. How can I achieve this with a single package?
    a
    • 2
    • 7
  • s

    Spikeyhog

    07/14/2022, 9:07 AM
    The solution results in the former when the named pipelines are collapsed, so the floating nodes does indeed seem to be a feature. This also happens in the demo project.
  • s

    Spikeyhog

    07/14/2022, 9:08 AM
    message has been deleted
  • l

    lancechua

    07/14/2022, 9:59 AM
    Hello, is there a good way to access context.params while defining a pipeline?
  • d

    datajoely

    07/14/2022, 10:04 AM
    Do you mean within a node?
  • d

    datajoely

    07/14/2022, 10:04 AM
    If you do it's the
    params
    syntax in the inputs. If you mean a pipeline then the answer is sort of, you can use hooks for this.
  • l

    lancechua

    07/14/2022, 10:50 AM
    Yes, in a pipeline. My current approach is to use ConfigLoader and get project path from project_module.__file__. There used to be a get_current_session but seems like it was removed in 0.18.
  • d

    datajoely

    07/14/2022, 11:08 AM
    can you not use a hook for this?
  • l

    lancechua

    07/14/2022, 11:34 AM
    Thanks for the suggestion. I’m not very familiar with hooks. Still not sure how to go about it, but I’ll give the docs a read.
  • d

    datajoely

    07/14/2022, 11:47 AM
    My rule is if you're accessing the context directly you've gone too far! Hooks usually do what you need
  • a

    avan-sh

    07/14/2022, 11:47 AM
    Hello I am trying to figure out two
  • l

    lancechua

    07/14/2022, 12:16 PM
    Thanks for the tip. Just need the params for this use case actually. Basically, there’s a node that will split the data based on some in-scope brands defined in params. Hence, the node output would ideally be dynamically defined based on those in-scope brands.
  • d

    datajoely

    07/14/2022, 12:18 PM
    Could not pass that as a dataset?
  • l

    lancechua

    07/14/2022, 12:28 PM
    I think that might be a better idea. Something like an hdf file. Thanks.
  • m

    mmmm39

    07/15/2022, 7:14 AM
    Hey, I'm getting a lot of DeprecationWarnings from one of my imported libraries. How to suppress them? import warnings doesn't work when running with kedro
  • d

    datajoely

    07/15/2022, 7:31 AM
    What version of kedro? For most versions you simply need to go to logging.yml where weve exposed logging.dictConfig as yaml
  • m

    mmmm39

    07/15/2022, 7:42 AM
    0.17.7, will look inside logging.yml, thanks
  • p

    pallavi

    07/15/2022, 10:58 AM
    hi everyone,i have to implement kedro with django.i have to route kedro data folder data in django and use that for web application ,i m not getting anything anywhere.pls help me with code,video link or any document link or with anything.
  • d

    datajoely

    07/15/2022, 11:18 AM
    What are you struggling to do?
  • d

    datajoely

    07/15/2022, 11:30 AM
    can you also please not post on every channel
  • d

    datajoely

    07/15/2022, 11:30 AM
    / remove your other posts
Powered by Linen
Title
d

datajoely

07/15/2022, 11:30 AM
/ remove your other posts
View count: 1