Vikram
Vikram
The following are the unfinished items related to #386: - [ ] Remove MOE from main src directory - [ ] Remove MOE test from main tests directory - [x]...
The [optimization functions in surrogates](https://github.com/SciML/Surrogates.jl/blob/master/src/Optimization.jl) mutate the surrogate struct. To reproduce: ``` using Surrogates #sphere function function s(x) return sum(x .^ 2) end n = 30 d = 3 lb...
The system is currently tested for matrices with 64-bit floats. Test scenarios where the system errors or fails test cases when input matrices have 32-bit element types. For context please...
Profile implementation of GEKPLS and analyze and fix bottlenecks.
How does one do the equivalent of the following code with GaussianMixtures.jl? ``` import numpy as np from sklearn.mixture import GaussianMixture X = np.array([[1, 2], [1, 4], [1, 0], [10,...
If the following code is run with Zygote v0.6.43 it works fine. ``` using Surrogates using Zygote n = 10 d = 2 lb = [0.0, 0.0] ub = [5.0,...
Is the 'model.P' attribute from PartialLeastSquaresRegressor.jl equivalent to the [x_rotations_ attribute from SKLearn](https://scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html)? The SKLearn documentation describes this attribute as: "The projection matrix used to transform X"
It looks like moving from [email protected] to [email protected] [breaks a surrogate model called GEKPLS ](https://github.com/SciML/Surrogates.jl/pull/420)downstream in Surrogates.jl. This [gist](https://gist.github.com/vikram-s-narayan/76e3e7b99ceff5fa5941223560b69133) may help pinpoint the issue.
In both app and server directories, the .gitignore files don't contain the .yarn directory. This causes the "git add ." to be needlessly large.
Error below: ``` › Using Expo Go › Press s │ switch to development build › Press a │ open Android › Press i │ open iOS simulator › Press...