Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Post: I2ml Insurance #68

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2c34f51
add insurance use case
henrifnk Aug 2, 2020
b820a57
add date to file
henrifnk Aug 2, 2020
7990034
update & tidy description
henrifnk Aug 2, 2020
9196976
Merge remote-tracking branch 'origin/master' into i2ml-insurance
henrifnk Aug 3, 2020
4d8af13
add kableExtra to description
henrifnk Aug 3, 2020
882d93e
grid.arrange
henrifnk Aug 3, 2020
fc43ce4
editing text
henrifnk Sep 2, 2020
d5ef498
Merge branch 'master' into i2ml-insurance
henrifnk Sep 2, 2020
2d492b9
delete measures
henrifnk Sep 2, 2020
f32c573
Merge branch 'master' into i2ml-insurance
henrifnk Sep 4, 2020
8faad1c
update description and adding png save to longrun
henrifnk Sep 4, 2020
12660d6
Merge branch 'master' into i2ml-insurance
henrifnk Sep 8, 2020
f8ca3f6
k 1,...40
henrifnk Sep 9, 2020
1a37f33
changed for loops by lapply & updated plots
henrifnk Sep 11, 2020
16044b9
Merge branch 'master' into i2ml-insurance
henrifnk Sep 18, 2020
df74335
add preface and editor
henrifnk Sep 18, 2020
53a9692
Merge branch 'master' into i2ml-insurance
henrifnk Sep 22, 2020
578c889
Merge branch 'master' into i2ml-insurance
henrifnk Oct 25, 2020
8e6734a
insert autoplot.task
henrifnk Oct 25, 2020
83886b2
Merge branch 'master' into i2ml-insurance
henrifnk Oct 27, 2020
5e9b998
update deps
henrifnk Oct 28, 2020
c4ba24c
resolve comment
henrifnk Oct 28, 2020
c0450fa
update to graph learner
henrifnk Nov 4, 2020
3bc1eda
Merge branch 'master' into i2ml-insurance
henrifnk Nov 4, 2020
93f2bd5
Merge branch 'master' of github.com:mlr-org/mlr3gallery into i2ml-ins…
pfistfl Nov 25, 2020
2c45b07
rearrange pred of medical costs
henrifnk Nov 27, 2020
ce2a3e6
Merge remote-tracking branch 'origin' into i2ml-insurance
pfistfl Jan 13, 2021
e5edb6d
Merge branch 'main' of github.com:mlr-org/mlr3gallery into i2ml-insur…
pfistfl Feb 16, 2021
46f3548
update code
pfistfl Feb 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,27 @@ Description: Case studies and examples for 'mlr3'.
License: CC0
URL: https://github.com/mlr-org/mlr3gallery
Imports:
DataExplorer,
GGally,
MASS,
OpenML,
anytime,
bbotk (>= 0.2.0),
blogdown,
caret,
data.table,
DataExplorer,
distill,
dplyr,
e1071,
farff,
GGally,
ggmap,
ggplot2,
ggpubr,
git2r,
glmnet,
grid,
pfistfl marked this conversation as resolved.
Show resolved Hide resolved
gridExtra,
igraph,
kknn,
MASS,
mlbench,
mlr3,
mlr3book,
Expand All @@ -41,19 +45,22 @@ Imports:
mlr3proba,
mlr3tuning,
mlr3viz,
OpenML,
paradox,
praznik,
precrec,
ranger,
rchallenge,
RCurl,
skimr,
smotefamily,
stopwords,
tidyr,
visNetwork,
xgboost
Remotes:
mlr-org/mlr3pipelines,
mlr-org/mlr3book,
mlr-org/mlr3pipelines,
mlr3learners/mlr3learners.randomforest
Encoding: UTF-8
LazyData: true
Expand Down
Loading