Search found 16 matches

by LogIN
Wed Jun 02, 2021 9:22 am
Forum: Discuss possible bugs & feature requests
Topic: Many SIMON ML methods fail
Replies: 5
Views: 143148

Re: Many SIMON ML methods fail

Hi ARC_user, Let me try to address your questions: 1. Yes, depending on algorithm there will be maximum CPU usage on your SIMON instance allocated CPUs. You will notice that a bit more often as you said in RFF models since number of features that you have in your dataset and the number of trees in t...
by LogIN
Wed May 26, 2021 2:34 pm
Forum: Discuss possible bugs & feature requests
Topic: Many SIMON ML methods fail
Replies: 5
Views: 143148

Re: Many SIMON ML methods fail

Just one more thing regarding your second point: "- Also once a ML algorithm is added to the list, it is impossible to delete it from the list any more. I have faced this situation few times when a ML method is added to the list by accident and then I can’t get rid off it. This should be changed of ...
by LogIN
Wed May 26, 2021 2:28 pm
Forum: Discuss possible bugs & feature requests
Topic: Many SIMON ML methods fail
Replies: 5
Views: 143148

Re: Many SIMON ML methods fail

Dear ARC_user, First of all thanks for such nicely written post! I dont see that as much as I would want to. So yes, I just wanted to write you but you figure it out by yourself already. There is default parameter of 300s as a training limit for each model. This should definitely be configurable on ...
by LogIN
Tue May 11, 2021 1:11 pm
Forum: Discuss possible bugs & feature requests
Topic: provide a singularity container for running SIMON
Replies: 1
Views: 67570

Re: provide a singularity container for running SIMON

Hi @gedoardo83, I understand your issue. As you can imagine currently the most easiest way is to scale SIMON is vertically. SIMON has experimental horizontal scaling back-end developed but it currently only supports and OpenStack backend scaling API. In any case I think scaling is not your question ...
by LogIN
Mon Feb 01, 2021 3:18 pm
Forum: Discuss possible bugs & feature requests
Topic: no available packages
Replies: 4
Views: 72034

Re: no available packages

Hi Christos,

great!

genular_data_master => my mistake! you are right should be: genular_data
by LogIN
Mon Jan 25, 2021 3:47 pm
Forum: Discuss possible bugs & feature requests
Topic: no available packages
Replies: 4
Views: 72034

Re: no available packages

Hi Christos, Thanks for reporting the issue. You are right. Seems back-end server was not starting because of some function depreciation in Plumber dependency package. In last week we updated bunch of packages, nodejs, whole Debian Linux backend and just published today a new updated version as 0.2....
by LogIN
Mon Jan 25, 2021 3:15 pm
Forum: Announcements
Topic: SIMON Release v0.2.0
Replies: 0
Views: 140166

SIMON Release v0.2.0

Codename: Sulu Changelog: Multiple bugfixes on frontend New package versions Debian update from stretch to buster R update to 3.6.3 nodejs update to 15.x https://github.com/genular/simon-frontend/releases/tag/0.2.0 docker run --rm --detach --name genular --tty --interactive --env IS_DOCKER='true' --...
by LogIN
Mon Jan 25, 2021 1:18 pm
Forum: Discuss possible bugs & feature requests
Topic: plot rendering
Replies: 1
Views: 67752

Re: plot rendering

Hi aurelien,

Thanks for letting us know.
Looks like this issue is Firefox related in most cases. We closed this issue here: https://github.com/genular/simon-frontend/issues/77
Now we are displaying PNG images and SVGs are used only when image is downloaded.
by LogIN
Thu Jan 21, 2021 2:02 pm
Forum: Announcements
Topic: Publication: SIMON: Open-Source Knowledge Discovery Platform
Replies: 0
Views: 73832

Publication: SIMON: Open-Source Knowledge Discovery Platform

SIMON software publication: You can read it here: https://www.cell.com/patterns/fulltext/S2666-3899(20)30242-7 Summary Data analysis and knowledge discovery has become more and more important in biology and medicine with the increasing complexity of biological datasets, but the necessarily sophistic...
by LogIN
Thu Jan 21, 2021 1:54 pm
Forum: Discuss possible bugs & feature requests
Topic: How to find the reason for the status: "completed/error"
Replies: 1
Views: 67727

Re: How to find the reason for the status: "completed/error"

Probably some or all models failed to complete with the specific dataset., so if not all models are successfully completed status would be "completed/error". Specific model can fail because of many different reasons. Please be sure to always use latest SIMON version: docker run --rm --detach --name ...