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

[REVIEW]: Redflag: machine learning safety by design #6065

Open
editorialbot opened this issue Nov 16, 2023 · 17 comments
Open

[REVIEW]: Redflag: machine learning safety by design #6065

editorialbot opened this issue Nov 16, 2023 · 17 comments
Assignees
Labels
Python review TeX Track: 5 (DSAIS) Data Science, Artificial Intelligence, and Machine Learning

Comments

@editorialbot
Copy link
Collaborator

editorialbot commented Nov 16, 2023

Submitting author: @kwinkunks (Matt Hall)
Repository: https://github.com/scienxlab/redflag
Branch with paper.md (empty if default branch): paper
Version: v0.4.1
Editor: @mbobra
Reviewers: @jsheunis, @kaurao
Archive: Pending

Status

status

Status badge code:

HTML: <a href="https://joss.theoj.org/papers/e1ca575ec0c5344144f87176539ef547"><img src="https://joss.theoj.org/papers/e1ca575ec0c5344144f87176539ef547/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/e1ca575ec0c5344144f87176539ef547/status.svg)](https://joss.theoj.org/papers/e1ca575ec0c5344144f87176539ef547)

Reviewers and authors:

Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)

Reviewer instructions & questions

@jsheunis & @kaurao, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review.
First of all you need to run this command in a separate comment to create the checklist:

@editorialbot generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @mbobra know.

Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest

Checklists

📝 Checklist for @jsheunis

📝 Checklist for @kaurao

@editorialbot editorialbot added Python review TeX Track: 5 (DSAIS) Data Science, Artificial Intelligence, and Machine Learning labels Nov 16, 2023
@editorialbot
Copy link
Collaborator Author

Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks.

For a list of things I can do to help you, just type:

@editorialbot commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

Software report:

github.com/AlDanial/cloc v 1.88  T=0.05 s (901.8 files/s, 202359.9 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Python                          17            933           2034           1681
Markdown                        14            165              0            375
Jupyter Notebook                 5              0           4496            295
SVG                              2              2              2            261
YAML                             4             23              0            105
TOML                             1              9              2             68
CSS                              1              7              3             60
reStructuredText                 2             58             81             55
TeX                              1              2              0             34
make                             1              4              3             13
-------------------------------------------------------------------------------
SUM:                            48           1203           6621           2947
-------------------------------------------------------------------------------


gitinspector failed to run statistical information for the repository

@editorialbot
Copy link
Collaborator Author

Wordcount for paper.md is 816

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.3390/ijerph18126329 is OK
- 10.25080/Majora-92bf1922-00a is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@mbobra
Copy link
Member

mbobra commented Nov 16, 2023

@jsheunis @kaurao Thank you so much for agreeing to review! You can find the article in the comment box above ⬆️ and the software repository linked in the first comment box on this issue. To generate your checklist, use the following command:

@editorialbot generate my checklist

I think you're good to go. Again, JOSS is an open review process and we encourage communication between the reviewers, the submitting author, and the editor. And please feel free to ask me questions, I'm always around.

Can you please respond here (or give a thumbs up) so I know you're in the right place and found all the materials?

@jsheunis
Copy link

jsheunis commented Dec 3, 2023

Review checklist for @jsheunis

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the https://github.com/scienxlab/redflag?
  • License: Does the repository contain a plain-text LICENSE or COPYING file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@kwinkunks) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines
  • Data sharing: If the paper contains original data, data are accessible to the reviewers. If the paper contains no original data, please check this item.
  • Reproducibility: If the paper contains original results, results are entirely reproducible by reviewers. If the paper contains no original results, please check this item.
  • Human and animal research: If the paper contains original data research on humans subjects or animals, does it comply with JOSS's human participants research policy and/or animal research policy? If the paper contains no such data, please check this item.

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of need' that clearly states what problems the software is designed to solve, who the target audience is, and its relation to other work?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

@kwinkunks
Copy link

Thank you for the feedback @jsheunis - much appreciated - I plan to get to these over the next few days.

@kwinkunks
Copy link

@mbobra @jsheunis Thanks both for looking at this submission. I think I've improved things and addressed the issues raised; tagged a new version with the changes and the paper branch is up to date. I guess we're waiting for another review too, but I wasn't sure if there was a step I should take at this point?

@editorialbot generate pdf

@kaurao
Copy link

kaurao commented Dec 11, 2023

Review checklist for @kaurao

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the https://github.com/scienxlab/redflag?
  • License: Does the repository contain a plain-text LICENSE or COPYING file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@kwinkunks) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines
  • Data sharing: If the paper contains original data, data are accessible to the reviewers. If the paper contains no original data, please check this item.
  • Reproducibility: If the paper contains original results, results are entirely reproducible by reviewers. If the paper contains no original results, please check this item.
  • Human and animal research: If the paper contains original data research on humans subjects or animals, does it comply with JOSS's human participants research policy and/or animal research policy? If the paper contains no such data, please check this item.

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of need' that clearly states what problems the software is designed to solve, who the target audience is, and its relation to other work?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

@mbobra
Copy link
Member

mbobra commented Dec 12, 2023

I wasn't sure if there was a step I should take at this point?

👋 @kwinkunks Nice, thanks! This was speedy. I think there are still some unchecked boxes on @jsheunis' review -- if you think you've addressed all remaining concerns, then feel free to ping them here. Otherwise, let's give the other reivewer some time to finish the review.

@kwinkunks
Copy link

Thank you for the review @kaurao - I will try to get to the issues this week, weekend for sure.

@mbobra I do think I got everything, but maybe I'll ping Stephan when I've revised for Kaustubh then we can see where we're at. Cheers!

@kwinkunks
Copy link

Just wanted to update everyone; I guess I got a bit derailed over the holiday period. I am working on improving the docs and will revert soon with a response to Kaustubh's suggestions. Cheers!

@mbobra
Copy link
Member

mbobra commented Jan 17, 2024

Sounds good, thanks for the update @kwinkunks!

@mbobra
Copy link
Member

mbobra commented Mar 22, 2024

👋 @kwinkunks How is it going? Do you need any help with this submission?

@kwinkunks
Copy link

Hello @mbobra -- thank you for checking in. Sorry to be so slow. I must admit, I got a bit crushed by item 4 in the 'final' issue scienxlab/redflag#97 -- probably I blew it out of proportion. If it's okay with you, I will review where I am and close that issue -- then I'll come back here ASAP.

@crvernon
Copy link

👋 @mbobra - could you check in on this one and let me know if we need to pause this submission? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python review TeX Track: 5 (DSAIS) Data Science, Artificial Intelligence, and Machine Learning
Projects
None yet
Development

No branches or pull requests

6 participants