-
Notifications
You must be signed in to change notification settings - Fork 0
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
Group 1 - prelim_eda_helper #12
Comments
Package Review
DocumentationThe package includes all the following forms of documentation:
Readme file requirements
The README should include, from top to bottom:
UsabilityReviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole.
Functionality
Final approval (post-review)
Estimated hours spent reviewing:
|
Package ReviewPlease check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
DocumentationThe package includes all the following forms of documentation:
Readme file requirements
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.)
UsabilityReviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole.
Functionality
Final approval (post-review)
Estimated hours spent reviewing: 2.5 hours Review CommentsThe package is to boost the overall efficiency when we perform EDA as part of the data analysis. It is really a great idea and valuable helper. There are following specific suggestions: (1) As per the instruction from ReadMe file and the pypi documentation website, I have successfully installed the package. However, it failed when importing the functions to my local Jupyter notebook. Therefore, the performance and functionality of the Python package have not been confirmed from my end. |
Package Review
DocumentationThe package includes all the following forms of documentation:
Readme file requirements
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.)
UsabilityReviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole.
Functionality
Final approval (post-review)
Estimated hours spent reviewing: 1 hr Review Comments
|
Package ReviewPlease check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
DocumentationThe package includes all the following forms of documentation:
Readme file requirements
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.)
UsabilityReviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole.
Functionality
For packages also submitting to JOSS
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
Final approval (post-review)
Estimated hours spent reviewing: 1.5 hours Review Comments
|
Submitting Author: Morris Chan (@morrismanfung)
All current maintainers: Mehwish (@MNBhat), Xinru Lu (@Lorraine97), Austin SHIH (@austin-shih)
Package Name: prelim_eda_helper
One-Line Description of Package: A preliminary exploratory data analysis tool to make useful feature EDA plots and provide relevant information to simplify an otherwise tedious EDA step of any data science project.
Repository Link: https://github.com/UBC-MDS/prelim_eda_helper
Version submitted: v0.1.8
Editor:
Mehwish (@MNBhat)
Xinru Lu (@Lorraine97)
Austin SHIH (@austin-shih)
Reviewer 1: Zilong Yi
Reviewer 2: Peng Zhang
Reviewer 3: Mohammad Reza Nabizadeh Shahrbabak
Reviewer 4: Ziyi Chen
Archive: TBD
Version accepted: TBD
Date accepted (month/day/year): TBD
Description
This package is a preliminary exploratory data analysis (EDA) tool to make useful feature EDA plots and provide relevant information to simplify an otherwise tedious EDA step of any data science project. Specifically this package allows users to target any two features, whether they are numeric or categorical, and create visualization plots supplemented with useful summary and test statistics.
Scope
Researchers or analysts who have the need to constantly do explanatory analysis and statistical testing. The helper functions are designed to speed up the frequently used pipelines.
There are existing packages for visualizations and statistical tests. However, they usually require more complicated syntaxes. Our package combines graphic visualizations with preliminary statistical test results aiming to enable users to quickly get a sense of how the data look like.
Technical checks
For details about the pyOpenSci packaging requirements, see our packaging guide Confirm each of the following by checking the box. This package:
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.
Code of conduct
Editor and Review Templates
The editor template can be found here.
The review template can be found here.
The text was updated successfully, but these errors were encountered: