Changes in version 0.0.5 (2024-02-18) Fixed the package alias breaking due to roxygen dependency Changes in version 0.0.4 Removed parallel package from imports to fix bug on MacOS #32 Changes in version 0.0.3 No major changes. Changes in version 0.0.2.1 Major changes: - Update to ggplot2 theme, removed irrelevant panel grid lines Bug fixes: - #19 Parallelization should not now work. Library call to package instead of exporting functions by name. Changes in version 0.0.2 (2021-03-02) Major changes: - 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() and available_evaluation_metrics() to inspect options - visualize_pps() now includes a include_target parameter to remove the target variable from the barplot visualization Bug fixes: - Customizable axis labeling in the visualizations Changes in version 0.0.1 Major changes: - Adds a NEWS file - Default color of negative correlations to dark red New features: - Parallel computing now optional in all score_*() and visualize_*() functions Bug fixes: - related to classification models (#11 and #16) - related to inconsistent text color (#21)