openjournals / joss-reviews

Reviews for the Journal of Open Source Software
Creative Commons Zero v1.0 Universal
721 stars 38 forks source link

[REVIEW]: Deep-River: A Deep Learning Library for Data Streams #7226

Open editorialbot opened 1 month ago

editorialbot commented 1 month ago

Submitting author: !--author-handle-->@kulbachcedric<!--end-author-handle-- (Cedric Kulbach) Repository: https://github.com/online-ml/deep-river Branch with paper.md (empty if default branch): paper Version: v0.2.6 Editor: !--editor-->@cheginit<!--end-editor-- Reviewers: @musabgultekin, @atanikan Archive: Pending

Status

status

Status badge code:

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

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

@musabgultekin & @atanikan, 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 @cheginit 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 @musabgultekin

πŸ“ Checklist for @atanikan

editorialbot commented 1 month ago

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 commented 1 month ago
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

βœ… OK DOIs

- 10.48550/arXiv.2405.17222 is OK
- 10.1007/978-3-031-26387-3_16 is OK
- 10.1016/j.knosys.2022.108632 is OK
- 10.1109/TKDE.2018.2876857 is OK

🟑 SKIP DOIs

- No DOI given, and none found for title: River: machine learning for streaming data in Pyth...
- No DOI given, and none found for title: Automatic differentiation in PyTorch

❌ MISSING DOIs

- None

❌ INVALID DOIs

- None
editorialbot commented 1 month ago

Software report:

github.com/AlDanial/cloc v 1.90  T=0.11 s (635.9 files/s, 341185.9 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Markdown                         6            221              0          23669
Python                          32            654           1502           2625
CSV                              3              0              0           2103
Jupyter Notebook                13              0           4252           1015
CSS                              1             55             17            336
YAML                             5             35             15            218
HTML                             3             12             11             71
TeX                              1              0              0             58
TOML                             1              5              1             57
JSON                             1              0              0             43
JavaScript                       1              1              0             15
make                             1              6              0             14
Bourne Shell                     1              1              0              7
-------------------------------------------------------------------------------
SUM:                            69            990           5798          30231
-------------------------------------------------------------------------------

Commit count by author:

   414  Cedric Kulbach
    90  Lucas Cazzonelli
    34  kulbach
     4  Hoang-Anh Ngo
     2  LCa95
     2  Max Halford
     1  Lucas
editorialbot commented 1 month ago

Paper file info:

πŸ“„ Wordcount for paper.md is 1019

βœ… The paper includes a Statement of need section

editorialbot commented 1 month ago

License info:

βœ… License found: BSD 3-Clause "New" or "Revised" License (Valid open source OSI approved license)

cheginit commented 1 month ago

πŸ‘‹πŸΌ @@kulbachcedric, @musabgultekin, and @atanikan, this is the review thread for the paper. All of our communications will happen here from now on.

As a reviewer, the first step, as mentioned in the first comment of this issue, is to create a checklist for your review by entering

@editorialbot generate my checklist

as the top of a new comment in this thread.

These checklists contain the JOSS requirements. As you go over the submission, please check any items that you feel have been satisfied. The first comment in this thread also contains links to the JOSS reviewer guidelines.

The JOSS review is different from most other journals. Our goal is to work with the authors to help them meet our criteria instead of merely passing judgment on the submission. As such, the reviewers are encouraged to submit issues and pull requests on the software repository. When doing so, please mention openjournals/joss-reviews#7226 so that a link is created to this thread (and I can keep an eye on what is happening). Please also feel free to comment and ask questions on this thread. In my experience, it is better to post comments/questions/suggestions as you come across them, instead of waiting until you've reviewed the entire package.

We aim for reviews to be completed within about 2-4 weeks. Please notify me if any of you require some more time. We can also use EditorialBot (our bot) to set automatic reminders if you know you'll be away for a known period of time.

Please don't hesitate to ping me (@cheginit) if you have any questions/concerns.

editorialbot commented 1 month ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

musabgultekin commented 1 month ago

Review checklist for @musabgultekin

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

cheginit commented 1 month ago

@musabgultekin, and @atanikan, a friendly reminder for this review.

musabgultekin commented 1 month ago

Hi @kulbachcedric,

On the first quick start example, I'm getting

(venv) musab@musab v1 % python3 main.py 
Traceback (most recent call last):
  File "/Users/musab/projs/test/deep-river-review/v1/venv/lib/python3.12/site-packages/deep_river/base.py", line 22, in <module>
    from torchviz import make_dot
  File "/Users/musab/projs/test/deep-river-review/v1/venv/lib/python3.12/site-packages/torchviz/__init__.py", line 1, in <module>
    from .dot import make_dot, make_dot_from_trace
  File "/Users/musab/projs/test/deep-river-review/v1/venv/lib/python3.12/site-packages/torchviz/dot.py", line 2, in <module>
    from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/Users/musab/projs/test/deep-river-review/v1/main.py", line 2, in <module>
    from deep_river import classification
  File "/Users/musab/projs/test/deep-river-review/v1/venv/lib/python3.12/site-packages/deep_river/__init__.py", line 1, in <module>
    from . import anomaly, classification, regression, utils
  File "/Users/musab/projs/test/deep-river-review/v1/venv/lib/python3.12/site-packages/deep_river/anomaly/__init__.py", line 1, in <module>
    from .ae import Autoencoder
  File "/Users/musab/projs/test/deep-river-review/v1/venv/lib/python3.12/site-packages/deep_river/anomaly/ae.py", line 9, in <module>
    from deep_river.base import DeepEstimator
  File "/Users/musab/projs/test/deep-river-review/v1/venv/lib/python3.12/site-packages/deep_river/base.py", line 24, in <module>
    raise ValueError(
ValueError: You have to install graphviz to use the draw method

I tried "brew install graphviz", but still same error. I'm using MacOS 15.0 with python 3.12

musabgultekin commented 1 month ago

@kulbachcedric

Okay I find that python 3.12 and 3.13 is not supported. Could you clarify that in the installation or add support for 3.12 at least (by removing torchviz dependency?)?

musabgultekin commented 1 month ago

@kulbachcedric

Regarding the repo:

musabgultekin commented 1 month ago

@kulbachcedric

Regarding the paper:

cheginit commented 2 weeks ago

@kulbachcedric please update us on how the review is going.

cheginit commented 2 weeks ago

@atanikan, a friendly reminder for the review.

kulbachcedric commented 5 days ago

Hi @all,

sorry for the late response, I was looking into the wrong thread.... However, SAMOA was not related to deep-river when it was created and focusses more on the integration of Python into the MOA Framework. The Package Sci-kit multiflow merged in 2021 with the package creme and was rebranded into river. In this case Sci-kit multiflow is not related any more and does not cover the deep learning part.

Regarding the consistancy, I will update the citations within the paper branch of the deep-river repository. Is that ok for you?

Thanks again for reviewing and kind regards Cedric

atanikan commented 4 days ago

Review checklist for @atanikan

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

atanikan commented 4 days ago

Hi @kulbachcedric

I have opened an issue in your repos issues tracker #95. Please let me know if you need clarification.

musabgultekin commented 4 days ago

@kulbachcedric Could you mind adding a separate section for the related work that you think of appropriate related work. Also I'm waiting update on the other comments I made above. Thank you!

kulbachcedric commented 15 hours ago

Hi @kulbachcedric

I have opened an issue in your repos issues tracker #95. Please let me know if you need clarification.

Hi @atanikan, I'll work on the mentioned points within the branch 95-updates-to-installation. In the upcoming week there will be a PR :-)

@kulbachcedric Could you mind adding a separate section for the related work that you think of appropriate related work. Also I'm waiting update on the other comments I made above. Thank you!

Hi @musabgultekin, good point, I'll also work on that in the upcoming week within the paper branch. Based on your points already mentioned I made a few smaller changes within this branch. Is it in the way you thought of?

Thanks both of you for your feedback!