-
Notifications
You must be signed in to change notification settings - Fork 0
Submission: nurser(R) #21
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
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:
Functionality
Final approval (post-review)
Estimated hours spent reviewing: 2 hours
Review Comments
The plot is blank because the last column in the iris dataset is character data type. A warning message would be helpful stating that it does not work with character data. Note if I call
|
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:
Functionality
Final approval (post-review)
Estimated hours spent reviewing: 1 hour
Review Comments
|
Thank you for your feedback @evelynmoorhouse and in response to your comments: Addressed
PR incorporating changes: New Release with changes: v3.0.0 Not Addressed
|
Thank you for your feedback @MrThomasPin and in response to your comments: Addressed
PR incorporating changes: New Release with changes: v3.0.0 Not Addressed
|
name: Submit Software for Review
about: Use to submit your Python package for peer review
title: ''
labels: 1/editor-checks, New Submission!
assignees: ''
Submitting Author: Group 24 (@merveshin, @evhend, @elliott-ribner )
Package Name: nurser
One-Line Description of Package: An R package for streamlining the front end of the machine learning workflow.
Repository Link: https://github.com/UBC-MDS/nurser
Version submitted: v2.1.0
Editor: @kvarada
Reviewer 1: @evelynmoorhouse
Reviewer 2: @MrThomasPin
Archive: TBD
Version accepted: TBD
Description
nurser
aims to streamline the front end of the machine learning pipeline by generating descriptive summary tables and figures, various feature imputation summaries, and automating preprocessing. Automated preprocessing detection has been implemented to minimize time and optimize the processing methods used. The functions in nurser were developed to provide useful and informative metrics that are applicable to a wide array of datasets.Scope
* Please fill out a pre-submission inquiry before submitting a data visualization package. For more info, see this section of our guidebook.
nurser
automates the plotting process and the summary statistics while conducting Exploratory Data Analysis tasks. It will handle the NaN values and preprocess the data including one-hot encoding, scaling, and label encoding.Any person who is interested in analyzing and preprocessing data before running machine learning models.
There are other individual R packages that have some similar functions(
summary
,ggplot
) but the functions contained innurser
combines those function in an elegant way to proceed much analysis easily.@tag
the editor you contacted:Technical checks
Confirm each of the following by checking the box.
This package:
Publication options
JOSS Options
paper.md
matching JOSS's requirements with a high-level description in the package root or ininst/
.MEE Options
Code of conduct
The text was updated successfully, but these errors were encountered: