-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issue with NOMU in regression folder. #2
Comments
Hi, sorry for the late reply. We have overlooked your message. Unfortunately our current version of the code is not very user-friendly. In a few weeks we will update it probably. The current version has to be used as follows: First we recommend to re-scale your data to fit into the [-1,1]^d cube.
The Further we recommend you to set
Please, let us know if you have more questions! If we don't reply within a few days, pleas write us a mail. |
Hi,
I'm trying to implement the NOMU model from the regression folder (NOMU/regression/algorithms/model_classes/nomu) and am having an error that I can't seem to fix. I'm hoping you can help me solve this.
Please see the screenshot that hopefully clearly illustrates the problem I'm having but to summarise I've set the parameters, compiled and initialised the NOMU model. I have then created 20 latin hypercube samples and evaluated them with a simple function. These x values and their corresponding y values are then being used to fit the model - this is where the error is being raised and I believe it is because of the y input. I have changed the shape of the input from rows to columns etc. but no luck. Any guidance would be much appreciated.
Best,
Aaron
The text was updated successfully, but these errors were encountered: