healthyR.ai (development version)
Breaking Changes
- Fix #355 - Ensure that all
hai_data_*functions that return a new recipe object all have the same name. The new name for the updated recipe object is:new_rec_obj.
healthyR.ai 0.1.1
CRAN release: 2025-04-24
Minor Fixes and Improvements
- Fix #349 - Update
hai_c50_data_prepper()from @EmilHvitfeldt
healthyR.ai 0.1.0
CRAN release: 2024-09-11
New Features
- Fix #340 - Add mesh generator function.
Minor Fixes and Improvements
- Fix #337 - Fix typo in
hai_earth_data_prepper()that caused it to not fully process.
healthyR.ai 0.0.12
CRAN release: 2023-02-01
Minor Fixes and Improvements
- Fix #319 - Fix the
.name_repairerror stemming from thehai_umap_list()hai_umap_list()/umap_list()function. (@VladPerervenko)
healthyR.ai 0.0.11
CRAN release: 2023-01-12
Minor Fixes and Improvements
- Fix #312 - Fix a typo in
hai_kmeans_automl()that caused the function to fail before any modeling even occurred.
healthyR.ai 0.0.10
CRAN release: 2022-11-16
New Features
- Fix #303 - Export data processing functions to be exposed as function insted of internally only. This means you no longer need to use
healthyR.ai:::to access the functions.
Minor Fixes and Improvements
1, Fix #306 - Fix failing custom recipe steps due to type checks
healthyR.ai 0.0.9
CRAN release: 2022-10-04
New Features
- Fix #286 - Add function
hai_umap_list()and aliasumap_list()this helps users who transition from thehealthyRfunctionality of the same name, while also creating distinct functionality related tohealthyR.ai - Fix #287 - Add function
hai_umap_plot()and aliasumap_plt()this helps the same as Fix #286.
healthyR.ai 0.0.8
CRAN release: 2022-07-04
New Features
- Fix #219 - Add functions
color_blind()hai_scale_color_colorblind()andhai_scale_fill_colorblind() - Fix #227 - Add function
hai_auto_wflw_metrics() - Fix #243 - Add boilerplate functions for C5.0
hai_c50_data_prepper()andhai_auto_c50() - Fix #246 - Add boilerplate functions for glmnet
hai_glmnet_data_prepper()andhai_auto_glmnet() - Fix #249 - Add boilerplate functions for cubist
hai_cubist_data_prepper()andhai_auto_cubist() - Fix #256 - Add boilerplate functions for Earth
hai_earth_data_prepper()andhai_auto_earth() - Fix #259 - Add boilerplate functions for Kernlab
hai_svm_poly_data_prepper()andhai_auto_svm_poly() - Fix #265 - Add boilerplate functions for Kernlab
hai_svm_rbf_data_prepper()andhai_auto_svm_rbf() - Fix #269 - Add boilerplate functions for ranger
hai_ranger_data_prepper()andhai_auto_ranger() - Fix #274 - Add boilerplate functions for xgboost
hai_xgboost_data_prepper()andhai_auto_xgboost()
Minor Fixes and Improvements
- Fix #240 - Add parameter arguments as attributes to list output for boilerplate functions.
- Fix #273 - We fixed a bug 🐛 in step_hyperbolic() in tidymodels/recipes#932 and this PR updates healthyR.ai to reflect that fix. Thank you @juliasilge
healthyR.ai 0.0.7
CRAN release: 2022-04-29
New Features
- Fix #209 - Add function
hai_skewed_features() - Fix #210 - Export current internal functions.
- Fix #206 - Add functions
hai_scale_zscore_vec()andhai_scale_zscore_augment()and addstep_hai_scale_zscore() - Fix #207 - Add function
hai_knn_data_prepper() - Fix #220 - Add function
hai_default_regression_metric_set() - Fix #222 - Add function
hai_default_classification_metric_set() - Fix #205 and #223 - Add function
hai_auto_knn()
Minor Fixes and Improvements
- Fix #208 - Enhance
hai_histogram_facet_plot()It now returns a list output invisible while printing the plot out. The list includes the original data and the factored data along with the plot. There has been a parameter addition of.scale_datawhich is set to FALSE and useshai_scale_zero_one_vec()to do the work. - Fix #221 - Add yardstick (>= 0.0.8) to DESCRIPTION file.
healthyR.ai 0.0.6
CRAN release: 2022-02-27
New Features
- Fix #132 - Add functions:
- Fix #133 - Add function
hai_distribution_comparison_tbl() - Fix #138 - Add function
hai_get_dist_data_tbl() - Fix #140 - Add function
hai_get_density_data_tbl() - Fix #146 - Add function
hai_density_plot() - Fix #141 - Add function
hai_density_qq_plot() - Fix #139 - Add function
hai_density_hist_plot() - Fix #56 - Add function
hai_histogram_facet_plot() - Fix #178 - Add loadings plots to
pca_your_recipe()output. Added a parameter of.top_nto get how many vairable loadings you want returned.
healthyR.ai 0.0.5
CRAN release: 2022-01-07
healthyR.ai 0.0.4
CRAN release: 2021-12-08
healthyR.ai 0.0.3
CRAN release: 2021-11-23
New Features
- Fix #61 - Add internal function
hai_data_scale() - Fix #63 - Add internal function
hai_data_impute() - Fix #58 - Add internal function
hai_data_trig(), Exported Funcstep_hai_hyperbolic() - Fix #68 - Add
hai_hyperbolic_vec()function. - Fix #70 - Add
hai_hyperbolic_augment()function. - Fix #75 - Add
hai_fourier_vec(),hai_fourier_augment(),step_hai_fourier()functions. - Fix #89 - Add
hai_fourier_discrete_vec(),hai_fourier_discrete_augment(),step_hai_fourier_discrete() - Fix #57 - Add
hai_polynomial_augment() - Fix #60 - Add internal function
hai_data_transform() - Fix #93 - Add internal function
hai_data_poly()
Minor Fixes and Improvments
- Fix #81 - Add process to register s3 methods to work with
tuneobjects.
healthyR.ai 0.0.2
CRAN release: 2021-09-02
New Features
- Fix #22 - Add functions:
hai_kmeans_mapped_tbl()hai_kmeans_obj()hai_kmeans_scree_data_tbl()hai_kmeans_scree_plt()hai_kmeans_tidy_tbl()hai_kmeans_user_item_tbl()
- Fix #29 - Add function
pca_your_recipe() - Fix #32 - Add function
hai_kmeans_automl() - Fix #49 - Add function
hai_kmeans_automl_predict()
