Skip to content
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

Drop dependencies #60

Merged
merged 15 commits into from
Sep 21, 2023
Merged

Drop dependencies #60

merged 15 commits into from
Sep 21, 2023

Conversation

vwmaus
Copy link
Member

@vwmaus vwmaus commented Sep 13, 2023

  • Replaces spatial data handling with sf and stars
  • Uses TWDTW from twdtw CRAN package
  • Adds 1NN-TWDTW train function
  • Adds model class with support for stars::predict
  • Adds documentation
  • Adds tests
  • Adds stars vignette
  • Changes array input mode to 3D
  • Pretty model print

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #60 (d2f9c56) into master (1eb27b5) will increase coverage by 2.00%.
The diff coverage is 88.81%.

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   87.32%   89.33%   +2.00%     
==========================================
  Files           3        5       +2     
  Lines          71      150      +79     
==========================================
+ Hits           62      134      +72     
- Misses          9       16       +7     
Files Changed Coverage Δ
R/prepare_time_series.R 83.78% <83.78%> (ø)
R/train.R 87.80% <87.80%> (ø)
R/plot.R 100.00% <100.00%> (ø)
R/predict.R 100.00% <100.00%> (ø)
R/shift_dates.R 100.00% <100.00%> (ø)

@vwmaus vwmaus merged commit 2aaa9af into master Sep 21, 2023
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant