Movatterモバイル変換
[0]ホーム
alookr 0.4.0
MINOR CHANGES
- Fix logic in
compare_plot() that is “using ggmosaicpackage.”.
alookr 0.3.91
MINOR CHANGES
- fixed Rd file(s) with Rd targets missing package #8
- cleanse.data.frame.Rd: tbl_df
- split_by.data.frame.Rd: tbl_df
- treatment_corr.Rd: tbl_df
alookr 0.3.9
MINOR CHANGES
- Fix error in
treatment_corr() that is “All columns in atibble must be vectors.” error.- (#6, thanks to Cathy Tomson)
alookr 0.3.8
BUG FIXES
- Fix error in
treatment_corr() that is “All columns in atibble must be vectors.” error.- (#6, thanks to Cathy Tomson)
alookr 0.3.7
MAJOR CHANGES
- Removed
plan(multiprocess) from logic for parallelprocessing.- Because,
plan(multiprocess) of future is deprecated.(#2, thanks to Henrik Bengtsson)
MINOR CHANGES
- Remove the warning of “UNRELIABLE VALUE” with
seed = TRUE in future function.
BUG FIXES
- Fix error in
run_performance() that is “replacement haslength zero” error.- (#5, thanks to Muhammad Fawad)
alookr 0.3.6
MINOR CHANGES
- Implemented a function to replace the unbalanced package used in theprocess of performing split data.
- This is because unbalanced packages have been removed from CRAN.(#3)
alookr 0.3.5
BUG FIXES
- Fix error in glmnet when
run_predict() is performedwith test data that has more variables than train data.
alookr 0.3.4
MAJOR CHANGES
- add xgboosting methodlogy for binary classifier.
- add lasso regression model for binary classifier.
alookr 0.3.3
BUG FIXES
run_predict() fixed error when try to predict ondataset without the response variable- (thanks@shivakhanal, #1).
MINOR CHANGES
run_models(),run_predict(),run_performance() not support future::multiprocess whenrunning R from RStudio.
alookr 0.3.2
BUG FIXES
- Fixed explanation errors in
Classification Modelingvignettes for debian linux.
MINOR CHANGES
- Renamed
compare_category() tocompare_target_category().- This is because it overlaps the function name of the dlookrpackage.
- Renamed
compare_numeric() tocompare_target_numeric().- This is because it overlaps the function name of the dlookrpackage.
compare_target_category() modified fromis.tibble(),as.tibble() tois_tibble(),as_tibble().
compare_diag() modified from is.tibble(), as.tibble()to is_tibble(), as_tibble().
sampling_target() modified from as.tbl() totibble::as_tibble().
alookr 0.3.1
BUG FIXES
- Fixed explanation errors in
Cleansing the datasetvignettes. - Fixed explanation errors in
Classification Modelingvignettes. - Modified explanation errors in
Splitting the datasetvignettes.
[8]ページ先頭