Skip to content

Instantly share code, notes, and snippets.

View vikram-s-narayan's full-sized avatar

Vikram vikram-s-narayan

View GitHub Profile
@vikram-s-narayan
vikram-s-narayan / gist:15352b020986a247da38a7c201d69dfe
Created December 13, 2022 03:28
Test of GEKPLS with First Datapoint Removed in Test Dataset Generated by GoldenSample from [email protected]
# 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