Andreas Mueller

Results 411 comments of Andreas Mueller

I saw the addition of the image size. That's great, though the trouble with that is that it is pandoc specific, so using any other way to render the markdown...

Yeah that makes total sense. Are there any plans to enrich the pandoc internal format?

I find just throwing away content of a supported input type pretty odd behavior. While it makes sense for html output, as you pointed out, the reader doesn't know the...

One issue that came up with the solution of ``register_global_config`` is that pandas has global configs but doesn't depend on joblib, so we can't really ask them to register their...

Why is it not and why does it need to be?

I feel like this is weird, but is this the recommended way to do it? ```python import openml import json run = openml.runs.get_run(2081320) flow = openml.flows.get_flow(run.flow_id) last_step = flow.components[json.loads(flow.parameters['steps'])[-1]['value']['step_name']] setup...

I saw ``get_structure`` but I did not understand the docstring. Maybe an example would be helpful.

It would be really great if there was some documentation on how to use OpenML for meta-learning... I feel like even very simple analysis is quite hard to figure out....

From what I can tell, @janvanrijn's contrib library is quite outdated, but I haven't checked in detail. > Yes, but the flow object itself does not know anything about what...

@mfeurer no worries, but that means someone could implement it :)