GithubHelp home page GithubHelp logo

Comments (5)

owahltinez avatar owahltinez commented on May 18, 2024

Some pipelines simply can't do processing synchronously (e.g. weather would take over a day to process) but you can now run the pipelines within a chain one at a time by passing the --process-count 1 option to the run.py script. Again, keep in mind that each pipeline might still be running multiple threads / processes.

--only and --exclude are used to run a single pipeline within the chain. If you run a single pipeline, then multiprocessing is disabled automatically. To use it, pass the name of the output tables separated by commas: run.py --only epidemiology,demographics or run.py --exclude weather

from data.

OmarJay1 avatar OmarJay1 commented on May 18, 2024

Thanks. I'm assuming that run.py is now called update.py?

Also, I noticed that a previous version I'm using captures more epidemiology data than the most recent. I can say more once I understand more how the code works.

Thank you.

from data.

owahltinez avatar owahltinez commented on May 18, 2024

Thanks. I'm assuming that run.py is now called update.py?

Yes, sorry for the change -- the project is currently under active development but I don't expect that update.py will change again soon.

Also, I noticed that a previous version I'm using captures more epidemiology data than the most recent.

Can you please share a few data points (key + date) examples?

from data.

owahltinez avatar owahltinez commented on May 18, 2024

@OmarJay1 did you get a chance to collect a few examples of datapoints which are missing from the previous version?

from data.

OmarJay1 avatar OmarJay1 commented on May 18, 2024

I didn't get a chance to look closely, but the overall size was back to what it was before. Thanks.

from data.

Related Issues (20)

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.