Open andyzhangstat opened 10 months ago
Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
The package includes all the following forms of documentation:
pyproject.toml
file or elsewhere.Readme file requirements The package meets the readme requirements below:
The README should include, from top to bottom:
NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)
Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
Note: Be sure to check this carefully, as JOSS’s submission requirements and scope differ from pyOpenSci’s in terms of what types of packages are accepted.
The package contains a paper.md
matching JOSS’s requirements with:
Estimated hours spent reviewing: 2 hours
Overall, the package is well built and documented. Installation succeed as instructed and all the functions run properly without throwing any error. Test coverage are 100%. In particular, you did a really great job when you validate your function with synthetic dataset, diabetes dataset and also scikit-learn, which make your package much more robust and trustworthy.
There are a few things you might want to tweak:
synthetic data generation
function in your readthedocs
, i.e show how the generated X and y look like.Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
The package includes all the following forms of documentation:
pyproject.toml
file or elsewhere.Readme file requirements The package meets the readme requirements below:
The README should include, from top to bottom:
NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)
Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.
The package contains a paper.md
matching JOSS's requirements with:
1.5
The User Guide is well-written, making it accessible even to those who might be new to linear regression or the Coordinate Descent algorithm. The language is clear, and the step-by-step explanations are highly beneficial for understanding the package's functionality. The inclusion of examples, such as the synthetic data generation and the application on the diabetes dataset, is excellent. These examples not only illustrate the usage of the package but also demonstrate its practical applicability in real-world scenarios. The comparative analysis with Scikit-learn's implementation is a strong point. This not only shows confidence in the reliability of your package but also provides users with a familiar benchmark for understanding the package's performance.
It's evident that a lot of thought and effort went into this. I would like to offer some suggestions that could further enhance your project:
lr_cd
and which by sklearn, especially since the visual outputs are similar.Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
The package includes all the following forms of documentation:
pyproject.toml
file or elsewhere.Readme file requirements The package meets the readme requirements below:
The README should include, from top to bottom:
NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)
Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.
The package contains a paper.md
matching JOSS's requirements with:
Estimated hours spent reviewing: 1.5 hrs
Overall: The project is very well-structured. Also, the installation instructions are as clear as day and super easy to install (I only needed to copy and paste the instructions into my terminal and they ran without a single hitch). All of the function tests also passed locally. The function itself also seems very interesting to implement.
Feedback:
coordinate_descent
function could be shown as well in the example documentation.
Submitting Author: Andy Zhang @andyzhangstat All current maintainers: (@Jing-19, @fohy24) Package Name: lr_cd One-Line Description of Package: A better implementation of linear regression in Python! Repository Link: https://github.com/UBC-MDS/lr_cd Version submitted: https://github.com/UBC-MDS/lr_cd/releases/tag/v0.3.0 Editor: Tiffany Timbers Reviewer 1: LI Rachel Reviewer 2: Wang Doris Reviewer 3: Mahmood Waleed Archive: TBD JOSS DOI: TBD Version accepted: TBD Date accepted (month/day/year): TBD
Code of Conduct & Commitment to Maintain Package
Description
We implement linear regression using the coordinate descent (CD) algorithm in this Python package. For additional details about the coordinate descent (CD) algorithm, please refer to the link.
Our package consists of three major components: Simulated data generation Coordinate descent algorithm Visualization of data and the fitted linear regression line
Scope
Please indicate which category or categories. Check out our package scope page to learn more about our scope. (If you are unsure of which category you fit, we suggest you make a pre-submission inquiry):
Domain Specific & Community Partnerships
Community Partnerships
If your package is associated with an existing community please check below:
For all submissions, explain how the and why the package falls under the categories you indicated above. In your explanation, please address the following points (briefly, 1-2 sentences for each):
Who is the target audience and what are scientific applications of this package?
Are there other Python packages that accomplish the same thing? If so, how does yours differ?
If you made a pre-submission enquiry, please paste the link to the corresponding issue, forum post, or other discussion, or
@tag
the editor you contacted:Technical checks
For details about the pyOpenSci packaging requirements, see our packaging guide. Confirm each of the following by checking the box. This package:
Publication Options
JOSS Checks
- [ ] The package has an **obvious research application** according to JOSS's definition in their [submission requirements][JossSubmissionRequirements]. Be aware that completing the pyOpenSci review process **does not** guarantee acceptance to JOSS. Be sure to read their submission requirements (linked above) if you are interested in submitting to JOSS. - [ ] The package is not a "minor utility" as defined by JOSS's [submission requirements][JossSubmissionRequirements]: "Minor ‘utility’ packages, including ‘thin’ API clients, are not acceptable." pyOpenSci welcomes these packages under "Data Retrieval", but JOSS has slightly different criteria. - [ ] The package contains a `paper.md` matching [JOSS's requirements][JossPaperRequirements] with a high-level description in the package root or in `inst/`. - [ ] The package is deposited in a long-term repository with the DOI: *Note: JOSS accepts our review as theirs. You will NOT need to go through another full review. JOSS will only review your paper.md file. Be sure to link to this pyOpenSci issue when a JOSS issue is opened for your package. Also be sure to tell the JOSS editor that this is a pyOpenSci reviewed package once you reach this step.*Are you OK with Reviewers Submitting Issues and/or pull requests to your Repo Directly?
This option will allow reviewers to open smaller issues that can then be linked to PR's rather than submitting a more dense text based review. It will also allow you to demonstrate addressing the issue via PR links.
Confirm each of the following by checking the box.
Please fill out our survey
P.S. Have feedback/comments about our review process? Leave a comment here
Editor and Review Templates
The editor template can be found here.
The review template can be found here.