alan-turing-institute / TimeSeriesClassification.jl

Machine Learning with Time Series in Julia
MIT License
27 stars 5 forks source link

load_ts_file #3

Closed aa25desh closed 4 years ago

aa25desh commented 4 years ago

Add load_ts_file() function to load .ts files into Julia, load .ts file from hard drive and return IndexedTable without intermediate step of writing .csv file

codecov-commenter commented 4 years ago

Codecov Report

Merging #3 into master will decrease coverage by 0.03%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #3      +/-   ##
=========================================
- Coverage    0.71%   0.68%   -0.04%     
=========================================
  Files           4       4              
  Lines         139     147       +8     
=========================================
  Hits            1       1              
- Misses        138     146       +8     
Impacted Files Coverage Δ
src/MLJTime.jl 100.00% <ø> (ø)
src/datapath.jl 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 770cd85...f20d1a1. Read the comment docs.

aa25desh commented 4 years ago

Closing in favour of #4