Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds classifier calibration plot page #16

Merged
merged 1 commit into from
Jul 27, 2015
Merged

adds classifier calibration plot page #16

merged 1 commit into from
Jul 27, 2015

Conversation

zmjones
Copy link
Contributor

@zmjones zmjones commented Jul 27, 2015

No description provided.

@zmjones
Copy link
Contributor Author

zmjones commented Jul 27, 2015

looks like the build failed installing paramhelpers. can someone restart the build?

@larskotthoff
Copy link
Contributor

Restarted.

@larskotthoff
Copy link
Contributor

Argh, looks like we need to call .build four times now for everything to load. @zmjones I can do that in master, but it's probably easier if you change that here.

@zmjones
Copy link
Contributor Author

zmjones commented Jul 27, 2015

I am confused. I should just add another .build under script? Why does it need to be called multiple times?

@larskotthoff
Copy link
Contributor

In .travis.yml, replace

- ./build || ./build || ./build

with

- ./build || ./build || ./build || ./build

We unfortunately need this because of the DLL limit in R -- the packages it's complaining about are actually installed, they just can't be loaded. Rerunning ./build will cause it to take the cached output for files that have been finished before and not load those packages.

@zmjones
Copy link
Contributor Author

zmjones commented Jul 27, 2015

Ah ok, done.

@larskotthoff
Copy link
Contributor

Thanks, merging.

larskotthoff added a commit that referenced this pull request Jul 27, 2015
adds classifier calibration plot page
@larskotthoff larskotthoff merged commit a5e91bd into mlr-archive:gh-pages Jul 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants