Coder Social home page Coder Social logo

Comments (10)

depryf avatar depryf commented on August 30, 2024

Thanks Will.

These new computations need to be in place for the 2019 submission, so we have time.

I would love to use some kind of encryption of the census instead of re-adding that really big module to the library. I am sure we will discuss more later.

from algorithms.

depryf avatar depryf commented on August 30, 2024

@howew how do you want to proceed with this? I would prefer to have individual issues per algorithm that needs to be added. We also need to make sure those algorithms are discussed and agreed with the entire group.

from algorithms.

howew avatar howew commented on August 30, 2024

I agree with having separate issues per algorithm.

I spoke with NAACCR and year of dx + 1 is no longer needed - so we can cross that one off the list.

ACS/ABSM (the big module) supposedly is going away. We will need to get confirmation on that. Hopefully it does.

County at DX Analysis needs to go in.
ICCC Site Recode Major Category needs to go in.

I will set a reminder to create issues for these soon.

from algorithms.

depryf avatar depryf commented on August 30, 2024

Sounds good.

And "ICCC Site Recode Major Category" is different than the current "ICCC" algorithm?

from algorithms.

howew avatar howew commented on August 30, 2024

Yes, we basically take the current code, which is 3 digits and collapse it even further to a 2 digit code representing the major category (lung, liver, brain, breast, etc). There are only like 12 or so values.

from algorithms.

depryf avatar depryf commented on August 30, 2024

OK. We could do this as a second variable returned by the ICCC algorithm, or a new algorithm. Either way.

I will keep this issue opened for now, but at some point it should be closed, and individual issues should be created.

from algorithms.

howew avatar howew commented on August 30, 2024

While we are on the topic....

The ABSM stuff... the two HUGE tables. If (and that's a BIG if) we were to code it "properly" and have individual lookups for each of the hundreds of fields... would memory consumption in algorithms still be an issue? So instead of 2 giant tables we would have hundreds of smaller tables.

from algorithms.

depryf avatar depryf commented on August 30, 2024

The issue was not memory consumption (well, there was some of that too); the main issue was the size of the raw data. That almost made the distribution of some other software balloon. Having many small file vs a few really big would probably not help that much. I am not sure.

If an algorithm has a negative impact (memory or physical space) for other software, then I would prefer to not add it to this library.

That's why the new framework allows you to register an algorithm yourself (all you have to do is implement the interface and register it). I know it's not what you prefer, but it's a plan B for things that are only needed in NAACCR*Prep and might cause issues for other applications.

Hopefully that one won't be needed and we won't have to use that trick.

from algorithms.

howew avatar howew commented on August 30, 2024

OK, sounds good.

from algorithms.

howew avatar howew commented on August 30, 2024

Closed - creating separate issues for ICCC Major Category and County at DX analysis calculations.

from algorithms.

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.