You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fix: SVM Linear and SVM Radial algorithms no longer return errors in TrainSpectralModel().
Bug fix: Random Forest variable importance no longer returns error in TrainSpectralModel() or when preprocessing = TRUE in TestModelPerformance() (#7).
Output for random Forest variable importance now includes "Pretreatment" and "Iteration" columns.
PlotSpectra() now allows for missing data in non-spectral columns of the input data frame.