MINOR CHANGES

  • Fix error in treatment_corr() that is “All columns in a tibble must be vectors.” error.
    • (#6, thanks to Cathy Tomson)

BUG FIXES

  • Fix error in treatment_corr() that is “All columns in a tibble must be vectors.” error.
    • (#6, thanks to Cathy Tomson)

MAJOR CHANGES

  • Removed plan(multiprocess) from logic for parallel processing.
    • 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 has length zero” error.
    • (#5, thanks to Muhammad Fawad)

MINOR CHANGES

  • Implemented a function to replace the unbalanced package used in the process of performing split data.
    • This is because unbalanced packages have been removed from CRAN. (#3)

BUG FIXES

  • Fix error in glmnet when run_predict() is performed with test data that has more variables than train data.

MAJOR CHANGES

  • add xgboosting methodlogy for binary classifier.
  • add lasso regression model for binary classifier.

BUG FIXES

MINOR CHANGES

BUG FIXES

  • Fixed explanation errors in Classification Modeling vignettes for debian linux.

MINOR CHANGES

BUG FIXES

  • Fixed explanation errors in Cleansing the dataset vignettes.
  • Fixed explanation errors in Classification Modeling vignettes.
  • Modified explanation errors in Splitting the dataset vignettes.