sort by:
Revision Author Date Message Commit Date
e9e80df fixed ibrier measure (#2425) * fixed ibrier measure * Changed F to FALSE 28 August 2018, 01:04:36 UTC
93d3d3e Ranger case weights (#2418) * add case weights and repair minprop * solve case.weights problem 21 August 2018, 16:02:11 UTC
bc7f986 fix tests for new randomForestSRC version (#2420) 21 August 2018, 03:16:57 UTC
1aabda6 Deploy from Travis build 12417 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/417324926 Commit: 1aee6c26e283c6f941f4df417656b4430e8126c6 17 August 2018, 16:49:42 UTC
da3081d Deploy from Travis build 12416 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/417324669 Commit: 8b4c8a0247b042206ca8fdecbc4dbfeb472a82a7 17 August 2018, 16:40:14 UTC
1aee6c2 Repair ibrier wrapped model (#2417) * add case weights and repair minprop * get the basic R model * do not mix with ranger commit 17 August 2018, 15:51:01 UTC
8b4c8a0 add case weights and repair minprop (#2416) 17 August 2018, 15:50:23 UTC
a0d316e update auto-generated documentation [ci skip] 17 August 2018, 13:42:43 UTC
166183f Deploy from Travis build 12409 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/416876683 Commit: f86428ea28604d1ff6fc85bba034cb81ada658cf 16 August 2018, 16:33:25 UTC
cd6fa1d update auto-generated documentation [ci skip] 16 August 2018, 16:25:46 UTC
f86428e sanitize names to avoid e.g. 0 as colname (#2414) 16 August 2018, 15:42:18 UTC
a69621a Change the note of ibrier (#2410) 14 August 2018, 15:06:13 UTC
29ea4ae Merge branch 'master' of github.com:mlr-org/mlr 13 August 2018, 22:40:25 UTC
e69db75 add docs/ to serve pkgdown site via master branch 13 August 2018, 22:40:11 UTC
f48d2cc deploy to docs/ in current branch for netlify PR preview 13 August 2018, 22:39:46 UTC
deaad64 Robustify travis (#2407) * robustify travis * newline 03 August 2018, 08:26:45 UTC
20720ed update auto-generated documentation [ci skip] 02 August 2018, 21:41:44 UTC
c13ce5b update auto-generated documentation [ci skip] 01 August 2018, 13:40:53 UTC
96f2db7 remove lqa (fixes #2403) (#2404) 01 August 2018, 12:58:23 UTC
7a8b15d optimize logo 27 July 2018, 09:44:08 UTC
f79991e removed Rfast from travis warmup 26 July 2018, 22:21:04 UTC
843d433 Tut: links fixed (#2402) * Broken link fixed * Link changed to a more appropriate one 26 July 2018, 20:36:03 UTC
d81c596 README: update links to new mlr-blog 26 July 2018, 14:47:33 UTC
3ec3950 Tut: Fix link to cheatsheet (#2400) 25 July 2018, 11:40:10 UTC
b224836 README: fix broken links 25 July 2018, 11:39:36 UTC
c377173 README: add appveyor badge 24 July 2018, 07:55:21 UTC
118bc1c CI: Add CI for Windows (appveyor) (#2396) * add appveyor.yml * update appveyor.yml * add appveyor.yml to .Rbuildignore 23 July 2018, 20:20:40 UTC
d1ef7e8 Tut: Enable `collapse = TRUE` (#2393) Replaces `knit_hook` with `collapse = TRUE`. Solves #2388 23 July 2018, 08:09:14 UTC
929a4db Broken link fixed (#2392) "http://www.inside-r.org/packages/cran/" seems not working. I replaced it with "https://cran.r-project.org/web/packages/" 20 July 2018, 14:29:53 UTC
a9f7aae add google site verification to template 20 July 2018, 07:33:57 UTC
02b651e Fixed table in integrated_learners.Rmd (#2391) Solves #2384 19 July 2018, 19:11:52 UTC
e4457b2 Tut: More consistent syntax for comments (#2390) * Tut: highlighting modified, functions are more visible Non-intensive colors added so some R code elements (in code chunks only) to make the elements more distinguishable. Find examples in #2383 * Explanations in CSS file added * Prevent from loosing color of visited link (function name) * Tut updates: _mlr-tutorial_intro * Tut updates (part 2) * Tut updates (part 3) 19 July 2018, 19:10:34 UTC
315c8f3 Tut: syntax highlighting modified (functions are more visible) (#2387) * Tut: highlighting modified, functions are more visible Non-intensive colors added so some R code elements (in code chunks only) to make the elements more distinguishable. Find examples in #2383 * Explanations in CSS file added * Prevent from loosing color of visited link (function name) 19 July 2018, 07:10:43 UTC
1d49647 update auto-generated documentation [ci skip] 18 July 2018, 10:20:54 UTC
4cf55eb Corrections in documentation of `plotCritDifferences()` (#2386) * Corrections in generateCritDifferencesData() documentation Several grammar errors and markdown/rd syntax errors that lead to incorrect formatting were fixed. E.g., ``"Bonferroni-Dunn"`` should be formatted as `"Bonferroni-Dunn"` in https://mlr-org.github.io/mlr/reference/generateCritDifferencesData.html * Broken link removed from `learner.id` * Several more broken links removed 18 July 2018, 09:36:38 UTC
d599e0e Tut: Fix build and always build tutorial (#2385) * fix code, update headers * build tutorial in before_deploy * build in after_script 18 July 2018, 09:35:22 UTC
e9469cc update auto-generated documentation [ci skip] 17 July 2018, 10:06:46 UTC
9d4f391 Base: Add createSpatialResamplingPlots() (#2373) * add createSpatialResamplingPlots.R * update spatial.task with correct rownames * update tutorial * indentation * update NEWS * check for correct rownames * reset NS * add required packages to travis * add required system libs * move to imports * import cowplot::plot_grid * update documentation * donttest * require system libs in warmup * re-add accidental delete * remove updating of all packages * coord_sf -> ggplot2::coord_sf * remove install.packages(old.packages()) * move cowplot and hrbrthemes to suggests * update importFrom * move sf and hrbrthemes to suggests and check for NS * move purrr to suggests * fix 17 July 2018, 09:25:34 UTC
aafc7de Tut: "Functional Data" reviewed (#2382) * Tutorial "Functional Data" reviewed 1. English grammar, spelling, and style were reviewed. 2. The broken link `[wavelets](dwt)` was changed to `[wavelets](https://www.rdocumentation.org/packages/wavelets/versions/0.3-0/topics/dwt)`. 3. Markdown syntax was reviewed: empty line added to create a list correctly, other corrections. 4. Misleading information was corrected: wavelengths are not time points. 5. Some clarifications/explanations were added. * Grammar/style/spelling fixed. * `##` replaced with `#` in code blocs of FDA tutorial Double hash symbols replaced with single ones in code blocs to partially addess issue #2383 (the comments with single `#` are highlighted in different color). * FDA tut: each sentence in a new line * Removed `$` formating for numbers * FDA tutorial: links fixed 15 July 2018, 21:06:34 UTC
e40fc7c Travis: Don't use `update.packages(old.packages())` Even though it solved the "chicken-and-egg" problem of penalized/survival, it also updates the base R packages (mgcv, MASS etc). However, these will not be cached as they come with the R installation on every travis run. Hence they get updated in every Travis build by this command which is not what we want. Also, the command even caused build errors recently (travis-ci.org/mlr-org/mlr/jobs/403566840). 14 July 2018, 09:07:45 UTC
08afee6 update auto-generated documentation [ci skip] 13 July 2018, 05:09:22 UTC
6bc6d82 tests: classif: remove faulty test 13 July 2018, 04:30:08 UTC
51925db tests: regr: remove faulty test 13 July 2018, 03:12:50 UTC
7d6c7d0 tests: regr: fix faulty se unit test 13 July 2018, 02:57:08 UTC
13e8c06 Tut: Only one tutorial version (#2370) * update travis and pkgdown yaml & tic.R * update README * move cheatsheet to inst/ * backup old tutorials * update vignettes/ dir * tic version * some minor travis updates * devtools::update_packages * try install.packages() * update refs to tut in functions * remove PDF tutorial * README header adjustments * add talks_videos_workshops * update header levels * add required packages * add talks_videos_workshops * some vis adjustments * tidy README * typo * try old tic version again to resolve timeout issue? * use latest tic again * trying to fix check stage * debugging * remove sf * try with forks * set check_args * --no-vignettes * - skip all vignettes checks - remove deploy stage * remove R_MAX_NUM_DLLS * merge both fixes into one branch * update dataset reference in hyperpars_tuning_effects.Rmd (fixes #2372) * use irace from CRAN again 13 July 2018, 01:00:18 UTC
93eb249 Travis: Hotfix false positives in check stage (#2380) * try fix to catch errors during r cmd check * use most recent tic * add FIXME 12 July 2018, 06:20:21 UTC
5bd9e41 tests: tuneIrace: increase nr of evals, results where too stochastic 11 July 2018, 00:27:08 UTC
2ae38c4 install old version of irace (#2374) * install old version of irace * try tic 08 July 2018, 15:18:33 UTC
b8719ec mini fix for irace 3.0, also works with irace 2.4 (#2375) * fix for irace 3.0 * ... * ... * ... 08 July 2018, 15:06:18 UTC
6c8fb9a Travis: Fix travis deployment of docs (#2368) * use old way to update docs * also commit NS using travis 06 July 2018, 14:19:13 UTC
5fa14ec Deploy from Travis build 12044 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/400804975 Commit: 939d3fb3e4cff1f2b164bce2f02515703e8fa4eb 06 July 2018, 10:25:25 UTC
d477c7d use old way to update docs (#2365) 06 July 2018, 09:44:50 UTC
939d3fb Tut: Re-fix #2318 (#2364) * link OpenML under "mlr-org packages" * use the R vignette as link instead of the main website 06 July 2018, 09:30:47 UTC
30435ab update auto-generated documentation [ci skip] 05 July 2018, 22:25:57 UTC
d96303d fix copy pasta in test (#2361) * fix copy pasta in test * Update test_learners_all_classif.R 05 July 2018, 13:08:49 UTC
675c808 Fix urls to tutorial (#2363) * replace urls 1 * replace urls 2 05 July 2018, 13:08:18 UTC
8881b30 Merge branch 'master' of github.com:mlr-org/mlr 05 July 2018, 13:07:16 UTC
8221273 commit NAMESPACE and docs 05 July 2018, 13:07:02 UTC
3bf14c6 tests: make sure we dont directly call into plyr package --> otherwise we would have to SUGGEST it 05 July 2018, 13:06:20 UTC
82010e1 tests: make sure we dont directly call into lhs package --> otherwise we would have to SUGGEST it 05 July 2018, 13:03:42 UTC
a657dc8 Deploy from Travis build 12024 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/400403213 Commit: d615e31391a561f316b0a603687bfdc23764c33d 05 July 2018, 12:56:47 UTC
90746d0 Deploy from Travis build 12023 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/400396415 Commit: ee8cf272230d7803c7672543b031fdf109c6fd23 05 July 2018, 12:47:33 UTC
12864ca Deploy from Travis build 12022 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/400392401 Commit: ef6b14b2f1d2b03be461808142e10c2acf118103 05 July 2018, 12:40:53 UTC
13d517e link OpenML under "mlr-org packages" (#2354) * link OpenML under "mlr-org packages" * use the R vignette as link instead of the main website 05 July 2018, 12:12:00 UTC
d751871 add NEWS 05 July 2018, 12:04:58 UTC
d615e31 move elmNN learner to extra learner repo (#2360) 05 July 2018, 12:03:52 UTC
ee8cf27 Deactivate all tests for CRAN (#2353) * deactivate all tests for cran * fix 05 July 2018, 11:54:11 UTC
ef6b14b add NEWS 05 July 2018, 11:49:17 UTC
9355659 Update README, fix favicon (#2359) * update README header remove unnecessary bracket in README * use full path for favicon in head.html 05 July 2018, 08:24:10 UTC
9254615 Update PDF tutorials (#2356) * two separate deploy path for pdf tut * allow deploy * fix typo for pdf dev deployment * two branches * rename to pdf_wrapper_dev * add usecase_regression * two branches again * update README * update links in README * stash travis changes 04 July 2018, 22:00:03 UTC
90c3b00 Update README.md 04 July 2018, 21:49:32 UTC
b9d6b69 - add new favicon (#2355) - put large favicon in inst/ - rename logo to logo_navbar 04 July 2018, 21:34:16 UTC
0f3c5c1 Add info about special.vals to learner API doc (#2350) * add info about special.vals to learner API doc * update "param" missing of xgboost * Update create_learner.Rmd 04 July 2018, 11:00:20 UTC
8864baa Deploy from Travis build 11966 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/399740290 Commit: e7936bc2a41f0553eda24c99d7876699d5ec0ffa 03 July 2018, 20:52:12 UTC
59a0e3f Deploy from Travis build 11963 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/399740063 Commit: 793ca066fc149db4f1e785122c6689885f5d1700 03 July 2018, 20:47:38 UTC
e7936bc Test that all learner can handle only one feature! (#2287) * add test for one feature tasks * se should be sqrt of MSE * fix tests, add se feasibilty check 03 July 2018, 19:53:26 UTC
793ca06 - mention threshold tuning (#2349) - some .Rmd adjustments 03 July 2018, 19:52:42 UTC
612821c - add quote() requirement for requires() (#2348) - indent code for better html visualization 02 July 2018, 21:40:39 UTC
81fe1c0 Tutorial fixes (#2344) * allow deployment of man/* files * - remove changing of headers for HTML tutorial - fix PDF building by explicitly install mlr from github * fix travis.yml 29 June 2018, 15:05:34 UTC
c06af21 mlr publications page in appendix (#2343) PR for #2342 - added @christophM to contributors, since his JOSS paper is also in the overview - removed publication overview on the README, so we only have to maintain one overview - added publications page in appendix 28 June 2018, 22:24:33 UTC
4fdc765 add use case: regression (#2339) 28 June 2018, 16:09:58 UTC
880fce2 Revert "Deploy from Travis build 11900 [ci skip]" This reverts commit 8bfca9f7fe416fbca092243044b28d6cc67da46a. 28 June 2018, 10:08:40 UTC
8bfca9f Deploy from Travis build 11900 [ci skip] Build URL: https://travis-ci.org/mlr-org/mlr/builds/397694215 Commit: 092497d0d29d7e623cfc1ef8ba8de0e03651f072 28 June 2018, 09:52:54 UTC
7c01f4f Some tutorial fixes (#2338) * fix tic "S4 subset" error * fix logo path 27 June 2018, 17:49:17 UTC
dc43b95 Update mlr.Rproj, update man/ (#2336) * use roxygen to build the package * manually add man/getResamplingIndices 27 June 2018, 14:51:46 UTC
c972dd2 update tutorial instructions (#2334) 26 June 2018, 22:51:04 UTC
1a2d34b Re-add missing dependencies (#2295) * re-added svglite * added rgenoud * install dev version of rcmdcheck * debug * fix tuneMBO test * fix technical bug in tuneCMAES * cmaes fix * moved blackboost to todo-files * notes_are_errors = FALSE * fixed tuneGenSA, updated NAMESPACE 26 June 2018, 12:38:34 UTC
d3b9c39 optimize navbar logo rendering (#2329) 24 June 2018, 18:12:59 UTC
0ba866e conistent coloring (#2297) 21 June 2018, 20:12:57 UTC
6703a14 build namespace before html tut deployment (#2292) 17 June 2018, 18:43:51 UTC
aea5df9 roxygen docs 13 June 2018, 07:42:38 UTC
ed39b1c Cleanup packages (#2269) 12 June 2018, 15:44:43 UTC
416bc57 minimal package help page (#2291) 12 June 2018, 15:44:15 UTC
fb98ce5 Add getResamplingIndices() (#2281) * add getNestedResamplingIndices() * fix indentation * add context to test * move to tests... * fix test errors * add test * add resampling arg to makeFeatSelResult * add resampling arg to makeFeatSelResult * rename to getInnerResamplingIndices() * update NEWS * change from ctb to aut * revert NEWS, fix indentations * rename to getResamplingIndices, make generic for outer and inner indices * clean up * also support getFeatSelResult * update tutorial * typo * update doc, add example * travis 03 June 2018, 23:41:16 UTC
9bdb822 Update tic.R (#2285) 02 June 2018, 17:18:03 UTC
af7c439 Deploy release docs again, minor tweaks (#2284) * - update pandoc version - build PDF tut dev and release in parallel - build dev and release of HTML tut * change dev icon to be more subtle * - use pkgdown files for release tutorial (2.12) - backup release docs to old/2.11 * update README * unique names for PDF devel and release * fix deployment branch * fix url links 30 May 2018, 17:48:16 UTC
1d73e95 remove footer from site (#2283) 29 May 2018, 01:15:47 UTC
f7ca29b update README (#2282) 28 May 2018, 21:45:22 UTC
79d9811 Fixing broken links to tutorials (#2279) 27 May 2018, 17:40:03 UTC
fe075dc messages are suppressed with show.learner.output = FALSE (#2273) 18 May 2018, 17:20:40 UTC
back to top