Uh oh!
There was an error while loading. Please reload this page.
Updated installation instructions - #456
Conversation
mfeurer
commented
Apr 25, 2018
Thanks, do you maybe want to update the example, too? Also, could you please redirect your PR to the development branch? |
On it. do something like From what I've seen, people always use those two lines together without doing anything with the flow object. |
mfeurer
commented
Apr 25, 2018
We have |
joaquinvanschoren
commented
Apr 25, 2018
I updated the example, but there was nothing really wrong with it? |
mfeurer
left a comment
There was a problem hiding this comment.
Thanks, actually I meant the IPython notebook. It contains installation instructions, too.
| run.publish() | ||
| print('URL for run: %s/run/%d' % (openml.config.server, run.run_id)) | ||
| print('View the run online: https://www.openml.org/r/%d' % run.run_id) |
There was a problem hiding this comment.
I think this one is redundant given the line above.
mfeurer
commented
Jun 14, 2018
@joaquinvanschoren I did some more changes - could you please also have a look again and approve it if you like it? |
joaquinvanschoren
commented
Jun 18, 2018
Hmm, Travis fails because it can't find numpy in the Python 3.4 test. What should I do about this? |
codecov-io
commented
Jun 18, 2018
Codecov Report
@@ Coverage Diff @@## develop #456 +/- ##
========================================
Coverage 89.46% 89.46% ========================================
Files 32 32 Lines 2771 2771 ========================================
Hits 2479 2479 Misses 292 292Continue to review full report at Codecov.
|
joaquinvanschoren
commented
Jun 18, 2018
Oh oh, it seemed like Travis finished successfully, but then suddenly there was still a fail after I merged it. |
Reference Issue
What does this PR implement/fix? Explain your changes.
How should this PR be tested?
Any other comments?