Search found 7 matches

by JavierMG
Fri Jul 04, 2025 11:26 am
Forum: Module development
Topic: VariableSupplier: restrict content variables
Replies: 9
Views: 121394

Re: VariableSupplier: restrict content variables

Hi Damian, I've tried adding a {supplier}_{update} method similar to the example on the example on https://github.com/jamovi/jmv/blob/0a41afc406dc85f3af7cb40c6f4599a1181e64fb/jamovi/js/anova.js#L24 , but my js export section gets deleted when I install the module. Also my regression.src.js file expl...
by JavierMG
Mon Jun 16, 2025 10:35 am
Forum: Module development
Topic: Running torch on jamovi
Replies: 2
Views: 6470

Re: Running torch on jamovi

Hi Jonathon, I'm not sure what the issue is exactly. When I run brulee on RStudio, there are no problems, but on Jamovi even a very minimal model gives the resource limit error. All the other models (SVM, XGBOOST etc.) run without problems on Jamovi even with wide hyperparameter tuning grids. Additi...
by JavierMG
Fri Jun 13, 2025 11:26 am
Forum: Module development
Topic: Running torch on jamovi
Replies: 2
Views: 6470

Running torch on jamovi

Hi, I'm currently developing a module focused on ML modelling. I am using the parsnip package to fit my models and I'm having trouble with the neural network function using the "brulee" inference engine which in turn uses torch as a backend. When I try to run a small model I get the "...
by JavierMG
Mon Mar 03, 2025 11:09 am
Forum: Module development
Topic: VariableSupplier: restrict content variables
Replies: 9
Views: 121394

Re: VariableSupplier: restrict content variables

Hi,

Thank you very much Damian, I will have a look!

cheers,

Javier
by JavierMG
Thu Feb 27, 2025 9:14 am
Forum: Module development
Topic: VariableSupplier: restrict content variables
Replies: 9
Views: 121394

Re: VariableSupplier: restrict content variables

Hi Jonathon,

Don't worry, my bad. Yes this is exactly what I want! How could it be achieved? Sorry if its trivial, I'm new to this. Thank you.

Javier
by JavierMG
Wed Feb 26, 2025 9:31 am
Forum: Module development
Topic: VariableSupplier: restrict content variables
Replies: 9
Views: 121394

Re: VariableSupplier: restrict content variables

Hi Jonathon, Thank you very much for your quick reply! I think I might not have expressed myself correctly. What I want is another Variable Supplier under a collapse box where only the Covariates appear (they don't necessarily have to be numerical, although they should really). eg. if the user speci...
by JavierMG
Tue Feb 25, 2025 9:34 am
Forum: Module development
Topic: VariableSupplier: restrict content variables
Replies: 9
Views: 121394

VariableSupplier: restrict content variables

Hi, I'm trying to create a preprocessing step where only covariate (continuous) variables are normalized, however Variable supplier passes all variables not just the specified covariates. Is it possible to restrict the content to just a subset of all the variables? Thank you in advance! This is my a...