Skip to content

ldsr 0.0.2

Latest
Compare
Choose a tag to compare
@ntthung ntthung released this 21 Apr 03:34
· 23 commits to master since this release

API overhaul and code refactoring

  • Ensemble models can now be learned using the same functions as individual model, PCR_reconstruction(), LDS_reconstruction(), cvPCR(), and cvLDS().
  • one_pcr_cv() and one_lds_cv() are exported so that experienced users can work with it directly, skipping argument checks and nested function calls to gain speed.
  • Remove dependence on hydroGOF. All performance metric calculations are now done internally in C++.
  • Bug fixes

Documentation

  • All documentations updated with more details and typos fixed.
  • All functions that are targeted to users now have examples.
  • A different example is now used in the vignette, showcasing station Nakhon Phanom on the Mekong instead of P.1 on the Chao Phraya.