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

[PRE REVIEW]: GBNet: Gradient Boosting packages integrated into PyTorch #7934

Open
editorialbot opened this issue Mar 21, 2025 · 8 comments
Open
Labels
pre-review Python TeX Track: 5 (DSAIS) Data Science, Artificial Intelligence, and Machine Learning

Comments

@editorialbot
Copy link
Collaborator

Submitting author: @mthorrell (Michael Horrell)
Repository: https://github.com/mthorrell/gbnet
Branch with paper.md (empty if default branch): paper
Version: v0.3.0
Editor: Pending
Reviewers: Pending
Managing EiC: Chris Vernon

Status

status

Status badge code:

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

Author instructions

Thanks for submitting your paper to JOSS @mthorrell. Currently, there isn't a JOSS editor assigned to your paper.

@mthorrell if you have any suggestions for potential reviewers then please mention them here in this thread (without tagging them with an @). You can search the list of people that have already agreed to review and may be suitable for this submission.

Editor instructions

The JOSS submission bot @editorialbot is here to help you find and assign reviewers and start the main review. To find out what @editorialbot can do for you type:

@editorialbot commands
@editorialbot editorialbot added pre-review Track: 5 (DSAIS) Data Science, Artificial Intelligence, and Machine Learning labels Mar 21, 2025
@editorialbot
Copy link
Collaborator Author

Hello human, 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.98  T=0.04 s (1062.7 files/s, 306387.7 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Python                          17            473            599           1619
Jupyter Notebook                 3              0           8719            435
Markdown                         3            121              0            305
TeX                              1             19              0            159
YAML                             6             17             25            115
reStructuredText                 9             79            128             92
DOS Batch                        1              8              1             26
Text                             4              0              0             14
make                             1              4              7              9
-------------------------------------------------------------------------------
SUM:                            45            721           9479           2774
-------------------------------------------------------------------------------

Commit count by author:

    95	mthorrell
    46	Michael Horrell

@editorialbot
Copy link
Collaborator Author

Paper file info:

⚠️ Wordcount for paper.md is 1255

✅ The paper includes a Statement of need section

@editorialbot
Copy link
Collaborator Author

License info:

✅ License found: MIT License (Valid open source OSI approved license)

@editorialbot
Copy link
Collaborator Author

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

✅ OK DOIs

- 10.1145/2939672.2939785 is OK
- 10.1080/00031305.2017.1380080 is OK

🟡 SKIP DOIs

- No DOI given, and none found for title: Regression Models for Ordinal Data
- No DOI given, and none found for title: Ordinal Regression
- No DOI given, and none found for title: Distributed representations of words and phrases a...
- No DOI given, and none found for title: Autoencoders, minimum description length and Helmh...
- No DOI given, and none found for title: Auto-encoding variational bayes
- No DOI given, and none found for title: Scikit-learn: Machine Learning in Python
- No DOI given, and none found for title: LightGBM: A Highly Efficient Gradient Boosting Dec...
- No DOI given, and none found for title: 2021 Kaggle Machine Learning & Data Science Survey
- No DOI given, and none found for title: PyTorch: An Imperative Style, High-Performance Dee...
- No DOI given, and none found for title: Wide Boosting
- No DOI given, and none found for title: OrdinalGBT - Gradient Boosting for Ordinal Regress...
- No DOI given, and none found for title: DeepGBM: A deep learning framework distilled by GB...
- No DOI given, and none found for title: Neural Oblivious Decision Ensembles for Deep Learn...
- No DOI given, and none found for title: Neural decision trees

❌ MISSING DOIs

- 10.1214/aos/1013203451 may be a valid DOI for title: Greedy Function Approximation: A Gradient Boosting...
- 10.1109/iccv.2015.172 may be a valid DOI for title: Deep neural decision forests
- 10.1109/cvpr.2006.100 may be a valid DOI for title: Dimensionality reduction by learning an invariant ...

❌ INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

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

@editorialbot
Copy link
Collaborator Author

Five most similar historical JOSS papers:

GENRE (GPU Elastic-Net REgression): A CUDA-Accelerated Package for Massively Parallel Linear Regression with Elastic-Net Regularization
Submitting author: @Christopher-Khan
Handling editor: @sjpfenninger (Retired)
Reviewers: @marouenbg, @krystophny
Similarity score: 0.6645

mcboost: Multi-Calibration Boosting for R
Submitting author: @pfistfl
Handling editor: @osorensen (Active)
Reviewers: @mwt, @OwenWard
Similarity score: 0.6595

quantile-forest: A Python Package for Quantile Regression Forests
Submitting author: @reidjohnson
Handling editor: @jbytecode (Active)
Reviewers: @jncraton, @oparisot
Similarity score: 0.6589

cblearn: Comparison-based Machine Learning in Python
Submitting author: @dekuenstle
Handling editor: @mbarzegary (Active)
Reviewers: @haniyeka, @sherbold, @stsievert
Similarity score: 0.6516

PyDGN: a Python Library for Flexible and Reproducible Research on Deep Learning for Graphs
Submitting author: @diningphil
Handling editor: @arfon (Active)
Reviewers: @idoby, @sepandhaghighi
Similarity score: 0.6481

⚠️ Note to editors: If these papers look like they might be a good match, click through to the review issue for that paper and invite one or more of the authors before considering asking the reviewers of these papers to review again for JOSS.

@mthorrell
Copy link

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

No branches or pull requests

2 participants