mlr-org / mlr3gallery

Case studies using mlr3
https://mlr3gallery.mlr-org.com
21 stars 9 forks source link

titanic separation #15

Closed danielsaggau closed 4 years ago

danielsaggau commented 4 years ago

Separated titanic use case into two separate cases.

  1. mlr3basics - titanic
  2. mlr3pipelines - titanic

Added:

Suggestions:

still pending:

jakob-r commented 4 years ago

Can you split your PR? At least iris_mlr3_basics.Rmd should be sperate.

danielsaggau commented 4 years ago

@jakob-r, good idea!

Unfortunately, I have not done that before. I tried the following: Daniels-MacBook-Pro-2:mlr3gallery danielsaggau$ git branch iris_new HEAD~2 Daniels-MacBook-Pro-2:mlr3gallery danielsaggau$ git rebase --onto @{u} iris_new fatal: no upstream configured for branch 'iris_mlr3viz'

&

Daniels-MacBook-Pro-2:mlr3gallery danielsaggau$ git checkout master Switched to branch 'master' Daniels-MacBook-Pro-2:mlr3gallery danielsaggau$ git cherry-pick b0d8e3e fatal: bad revision 'b0d8e3e' Daniels-MacBook-Pro-2:mlr3gallery danielsaggau$ git cherry-pick b0d8e3ebe9864e5a37cebb0c543d6da83935d219 fatal: bad object b0d8e3ebe9864e5a37cebb0c543d6da83935d219' Do you have any tutorials or advice where I could look up some information on how to do it?

pat-s commented 4 years ago

Please close here and start fresh. In addition

Thanks - you can do it :)