GithubHelp home page GithubHelp logo

datajoely / modular-spaceflights Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 4.0 18.75 MB

This is a prototype version of the Kedro spaceflights tutorial that utilises the modular pipelines pattern.

Python 1.12% Jupyter Notebook 98.87% Makefile 0.02%

modular-spaceflights's People

Contributors

datajoely avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

modular-spaceflights's Issues

Is the parameter `derived_params` supposed to be a List type?

The input is:

  derived:
    - column_a: number_of_reviews
      column_b: total_fleet_count
      numpy_method: divide
      conjunction: over # {column_a}_{over}_{column_b}
    - column_a: number_of_reviews
      column_b: total_fleet_count
      numpy_method: divide
      conjunction: over
    - column_a: reviews_per_month
      column_b: company_rating
      numpy_method: multiply
      conjunction: by

So the type should be List[Dict[str, str]] instead of just Dict[str, str], right?

Pipeline describe/run doesn't work as expected

I'm currently exploring all the pipelines inside this particular tutorial.

kedro pipeline describe -v feature_engineering
kedro run --pipeline feature_engineering

These particular commands share an error stating that this particular pipeline does not exist.
Error: `feature_engineering` pipeline not found. Existing pipelines: [Data ingestion, Feature engineering, Modelling stage, Pre-modelling, Reporting stage, __default__]

I'm guessing that it is just because the pipeline has been named as "Feature Engineering" in the pipeline registry.

Could you please confirm?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.