Fixed the package alias breaking due to roxygen
dependency
Removed parallel package from imports to fix bug on MacOS #32
No major changes.
- Update to ggplot2 theme, removed irrelevant panel grid lines
- #19 Parallelization should not now work. Library call to package instead of exporting functions by name.
- Improved documentation, extended README, and more detailed Usage sections for functions
- Several user-irrelevant functions now no longer exported
- Support for (generalized) linear models for regression and binary classification (not multinomial)
available_algorithms()
andavailable_evaluation_metrics()
to inspect optionsvisualize_pps()
now includes ainclude_target
parameter to remove the target variable from the barplot visualization
- Customizable axis labeling in the visualizations
- Adds a NEWS file
- Default color of negative correlations to dark red
- Parallel computing now optional in all
score_*()
andvisualize_*()
functions
- related to classification models (#11 and #16)
- related to inconsistent text color (#21)