Skip to content

Dump development into master#263

Merged
mfeurer merged 223 commits intomasterfrom
develop
May 25, 2017
Merged

Dump development into master#263
mfeurer merged 223 commits intomasterfrom
develop

Conversation

@mfeurer
Copy link
Copy Markdown
Collaborator

@mfeurer mfeurer commented May 25, 2017

No description provided.

janvanrijn and others added 30 commits March 3, 2017 14:59
added assertion, needs to be checked by sklearn
if else around non guaranteed run element
Incompatible task / flows are uploaded with error message
added the conditional imputer (for our benchmark algorithms),
setup for function that discriminates between feature types
…erver (and potentially does not execute it).

For this, the notion of setups is introduced (new module) and the order of run execution is changed back to a previous state (first the flow is constructed and downloaded, then the run is executed)

A boolean config item "avoid_duplicate_runs" is added
bugfix conditional imputer
… model. This way, we can check whether a user-defined keyword (e.g., the steps in a pipeline) does not shadow a model parameter
…e model is cloned from an untrained version
- added runtime information (Python version >= 3.3)
- fixed get run cache bug
- removed run tags that I don't like
mfeurer and others added 26 commits May 18, 2017 14:41
Allow running a flow on a task
add additional flag to unit test argument
Change option to check for parameter names instead of not checking parameters at all
bump version number, add check for OpenML connector
@mfeurer mfeurer requested a review from janvanrijn May 25, 2017 14:40
Copy link
Copy Markdown
Member

@janvanrijn janvanrijn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@codecov-io
Copy link
Copy Markdown

codecov-io commented May 25, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@9ea6624). Click here to learn what that means.
The diff coverage is 88.36%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #263   +/-   ##
=========================================
  Coverage          ?   90.63%           
=========================================
  Files             ?       25           
  Lines             ?     2158           
  Branches          ?        0           
=========================================
  Hits              ?     1956           
  Misses            ?      202           
  Partials          ?        0
Impacted Files Coverage Δ
openml/tasks/functions.py 91.05% <100%> (ø)
openml/config.py 90.19% <100%> (ø)
openml/flows/__init__.py 100% <100%> (ø)
openml/__init__.py 100% <100%> (ø)
openml/tasks/task.py 95.77% <100%> (ø)
openml/setups/setup.py 100% <100%> (ø)
openml/datasets/functions.py 91.14% <100%> (ø)
openml/datasets/__init__.py 100% <100%> (ø)
openml/runs/__init__.py 100% <100%> (ø)
openml/tasks/split.py 93.9% <100%> (ø)
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ea6624...3231e63. Read the comment docs.

@mfeurer mfeurer merged commit c7816ea into master May 25, 2017
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.

4 participants