Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6-category models: training, mapping, scoring #28

Open
pkerins opened this issue Sep 4, 2019 · 2 comments
Open

6-category models: training, mapping, scoring #28

pkerins opened this issue Sep 4, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@pkerins
Copy link
Contributor

pkerins commented Sep 4, 2019

There appear to be some areas in the code base that still have a hard-coded assumption of 3 categories for non-road models. For example, I believe that when raw prediction values are saved during mapping, they are stored in a 3-band tif, without regard for the model typology. All parts of the code base related to training, mapping, and scoring models need to be checked for this type of hard-coding, and instead use parameters or some inference (eg model output nodes) to account for the possibility of non-trinary classification.

@pkerins pkerins added the bug Something isn't working label Sep 4, 2019
@pkerins
Copy link
Contributor Author

pkerins commented Oct 4, 2019

To start, let's review the 6-category mapping workflow that is already being used for Mexican cities, and see where manual changes were required.

@pkerins
Copy link
Contributor Author

pkerins commented Jan 14, 2020

Want to bring special attention to correcting model scoring, whether at creation or application. This is heavily hard-coded. Want to make this robust enough to handle up to 7-category models. Practically speaking, it will be 3-category, 6-category, or 2-category (roads) models. Will make something ugly but robust--one size fits all--and close the book there. An early priority for next development phase will be a fresh recordkeeping paradigm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants