Releases: sjevelazco/adm
Releases · sjevelazco/adm
v0.0.2
What's Changed
- desc. and name. added by @sjevelazco in #1
- new auxiliary functions by @sjevelazco in #2
- function documentation by @sjevelazco in #3
- test by @AdmirJr in #4
- Created two functions and add two parameters for another by @AdmirJr in #5
- custom_names was removed and model selection was changed by @AdmirJr in #6
- now model_selection() returns a list by @AdmirJr in #7
- package structure and formality improved by @sjevelazco in #8
- tune_abund_raf documented by @sjevelazco in #9
- package style harmonized by @sjevelazco in #10
- created tune gbm (not working) and fixed some minor issues by @AdmirJr in #11
- datasets added by @sjevelazco in #12
- dataset improved by @sjevelazco in #13
- tune_abund_gbm works, minor changes in other functions by @AdmirJr in #14
- Created tune_abund_dnn and generate_arch_list. Fixed minor issues. by @AdmirJr in #15
- created tune_abund_cnn, updated generate_arch_list to work with cnn, … by @AdmirJr in #16
- created tune_abund_svm; fixed some issues by @AdmirJr in #17
- transformed the gbm functions into xgt functions, and created proper … by @AdmirJr in #18
- created a tune_abund_glm by @AdmirJr in #19
- fixed a litte big issue in model_selection by @AdmirJr in #20
- minor issues by @AdmirJr in #21
- min changes by @sjevelazco in #22
- created tuning functions for glm and gam, and dealt with the consequences. by @AdmirJr in #23
- fixed model selection for pdisp metrics by @AdmirJr in #24
- fixed some issues by @AdmirJr in #25
- function documentation by @sjevelazco in #26
- Docm3 by @sjevelazco in #29
- replace coordinates with x and y by @sjevelazco in #30
- documentation fit_ family functions by @sjevelazco in #31
- new documentation by @sjevelazco in #32
- tune_ family functions were documentated by @sjevelazco in #33
- fixed fit_abund_xgt parameters by @AdmirJr in #34
- fixed the issues caused by my previous fix by @AdmirJr in #35
- added some functions to namespace by @AdmirJr in #36
- enabled gpu processing for cnn by @AdmirJr in #37
- ommited some problematic code by @AdmirJr in #38
- function documentation by @sjevelazco in #39
- cnn_fit_abund performance update by @AdmirJr in #40
- fixed issues with families_bank by @AdmirJr in #41
- Testing parallel processing for cnn by @AdmirJr in #42
- fixed some cnn issues and add more complex glm formulas by @AdmirJr in #43
- glm updates by @AdmirJr in #44
- tune_abund_gbm progress bar by @AdmirJr in #45
- changes in tune_abund return by @AdmirJr in #46
- progress bar for gam by @AdmirJr in #47
- tune_abund_gam fix by @AdmirJr in #48
- fit_abund_gam fix by @AdmirJr in #49
- gam and glm fixes by @AdmirJr in #50
- gam and glm fixes by @AdmirJr in #51
- doc were updated by @sjevelazco in #52
- min change in pkg doc. by @sjevelazco in #53
- all pkg codes with style by @sjevelazco in #54
- doParallel -> doSNOW by @AdmirJr in #55
- dnn improvements by @AdmirJr in #56
- dnn improvements by @AdmirJr in #57
- dnn improvements by @AdmirJr in #58
- xgt fix by @AdmirJr in #59
- major cnn improvements by @AdmirJr in #60
- minor issues fixed by @AdmirJr in #61
- major doc update by @AdmirJr in #62
- model selection issue fixed by @AdmirJr in #63
- documentation was updated by @sjevelazco in #64
- Family selection fixed by @AdmirJr in #65
- minor family_selector issue fixed by @AdmirJr in #66
- new functions were added by @sjevelazco in #68
- Change function message by @sjevelazco in #69
- function messages were updated and glm and gam were adapted to deal w… by @sjevelazco in #70
- gbm, xgb, raf and svm were adapted to deal with replication by @AdmirJr in #71
- adapted dnn and cnn to deal with partition replica by @AdmirJr in #72
- minor fixes by @AdmirJr in #73
- removed formula argument for ann and fixed model summary by @AdmirJr in #74
- adapt_df fixed in some functions and distribution argument fixed in g… by @sjevelazco in #75
- cnn, dnn and xgb tune functions issues fixed by @AdmirJr in #76
- min change on adm predict example by @sjevelazco in #77
- minor fixes in tune_abund_cnn and tune_abund_dnn by @AdmirJr in #78
- added progress bar to tune_abund_cnn by @AdmirJr in #79
- created abund_net functions and improved dnn fitting process by @AdmirJr in #80
- improved cnn fitting by @AdmirJr in #81
- minor fixes by @AdmirJr in #82
- test for adm_trasform was added by @sjevelazco in #83
- workflow tests added to adm by @sjevelazco in #84
- codecov .yml file added by @sjevelazco in #85
- R-CMD.yaml was removed by @sjevelazco in #86
- test written for adm_eval by @sjevelazco in #87
- min change in teste adm_transform by @sjevelazco in #88
- min change by @sjevelazco in #89
- fixed seed by @AdmirJr in #90
- fit output fixed by @AdmirJr in #91
- Fixed issue adm_transform and added dnn predictions by @AdmirJr in #92
- created pdp functions by @AdmirJr in #93
- Updated documentation by @AdmirJr in #94
- added gamlss and xgb predictions by @AdmirJr in #95
- example added to adm_summarize by @sjevelazco in #96
- predict from stats pkg was fixed by @sjevelazco in #97
- test for adm_summarize by @sjevelazco in #98
- Testdoc by @sjevelazco in #99
- no visible binding fixed for several functions by @sjevelazco in #100
- Fixed prints on gbm by @AdmirJr in #101
- documentation of auxiliary function were updated by @sjevelazco in #102
- description fixed by @sjevelazco in #103
- min change documentation pdp by @sjevelazco in #104
- changed fit outputs, and adapted predict and pdp to gamlss and dnn by @AdmirJr in #105
- fixed predict from stats - DO NOT USE IT @importFrom stats by @sjevelazco in #106
- new transformation and argument added to fit_gam by @sjevelazco in #107
- documentation improved by @sjevelazco in #108
- Added balance_dataset function by @AdmirJr in #109
- fixed minor issues by @AdmirJr in #110
- fixed data pdp issue by @Admir...