This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The purpose of this gist is to help pinpoint a potential bug in | |
# QuasiMonteCarlo. This gist shows the working of the GEKPLS surrogate model | |
# without the potential interferences from other Surrogates dependencies. | |
# To run the gist and reproduce the results: | |
# Run this gist with [email protected]; it can be seen that it produces | |
# far better results without the first data point in the test dataset | |
# Additional notes: | |
# - Ensure that no other packages that depend on QuasiMonteCarlo are in your package environment | |
# - [email protected] and [email protected] throw errors. More info for the cause can | |
# be seen here - https://github.com/SciML/QuasiMonteCarlo.jl/releases/tag/v0.2.17 |
OlderNewer