Search found 12 matches
- Thu Aug 28, 2025 11:26 am
- Forum: Module development
- Topic: Saving Multiple Results
- Replies: 1
- Views: 2758
Saving Multiple Results
Hi, I'm currently working with a multiclass classification model and I would like to be able so save the predicted probabilities for each class as an output. The problem is that I don't know a priori how many classes there are, I've tried using an array of outputs on the results file but it doesn't ...
- Thu Aug 28, 2025 10:36 am
- Forum: Module development
- Topic: Making textbox size larger
- Replies: 2
- Views: 412
Re: Making textbox size larger
Thank you very much, this was exactly what I needed.
Cheers,
Javier
Cheers,
Javier
- Wed Aug 27, 2025 10:55 am
- Forum: Module development
- Topic: Making textbox size larger
- Replies: 2
- Views: 412
Making textbox size larger
Hi,
I would like the user to specify the levels of a polytomous dependent variable by hand but the TextBox size is too small horizontally, is there an easy way of increasing its size horizontally? Thank you in advance.
cheers,
Javier
I would like the user to specify the levels of a polytomous dependent variable by hand but the TextBox size is too small horizontally, is there an easy way of increasing its size horizontally? Thank you in advance.
cheers,
Javier
- Fri Aug 01, 2025 4:14 pm
- Forum: Module development
- Topic: Saving model persistently
- Replies: 3
- Views: 21158
Saving model persistently
Hi, I'm developing a module with some ML models which are computationally expensive. Is there a way to save the model so that it doesn't have to be retrained everytime I select a new plot/results option? I have tried the self$results$.setModel with a "property" type on the results file but...
- Mon Jul 14, 2025 9:36 am
- Forum: Module development
- Topic: VariableSupplier: restrict content variables
- Replies: 11
- Views: 259663
Re: VariableSupplier: restrict content variables
Hi Jonathon,
Yes, my u.yaml file has the compilerMode set to tame. My guess is that I don't add enough functionality so it just deletes my update method.
Javier
Yes, my u.yaml file has the compilerMode set to tame. My guess is that I don't add enough functionality so it just deletes my update method.
Javier
- Fri Jul 04, 2025 11:26 am
- Forum: Module development
- Topic: VariableSupplier: restrict content variables
- Replies: 11
- Views: 259663
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...
- Mon Jun 16, 2025 10:35 am
- Forum: Module development
- Topic: Running torch on jamovi
- Replies: 2
- Views: 13743
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...
- Fri Jun 13, 2025 11:26 am
- Forum: Module development
- Topic: Running torch on jamovi
- Replies: 2
- Views: 13743
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 "...
- Mon Mar 03, 2025 11:09 am
- Forum: Module development
- Topic: VariableSupplier: restrict content variables
- Replies: 11
- Views: 259663
Re: VariableSupplier: restrict content variables
Hi,
Thank you very much Damian, I will have a look!
cheers,
Javier
Thank you very much Damian, I will have a look!
cheers,
Javier
- Thu Feb 27, 2025 9:14 am
- Forum: Module development
- Topic: VariableSupplier: restrict content variables
- Replies: 11
- Views: 259663
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
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