File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ We can now also inspect the flow object which was automatically created:
513513.. code :: python
514514
515515 >> > flow = openml.flows.get_flow(run.flow_id)
516- >> > pprint(vars (flow), depth = 2 )
516+ >> > pprint(vars (flow), depth = 2 ) # doctest: +SKIP
517517 {' binary_format' : None ,
518518 ' binary_md5' : None ,
519519 ' binary_url' : None ,
@@ -522,7 +522,7 @@ We can now also inspect the flow object which was automatically created:
522522 ' custom_name' : None ,
523523 ' dependencies' : ' sklearn==0.18.2\n numpy>=1.6.1\n scipy>=0.9' ,
524524 ' description' : ' Automatically created scikit-learn flow.' ,
525- ' external_version' : ' openml==0.6.0dev ,sklearn==0.18.2' ,
525+ ' external_version' : ' openml==0.6.0 ,sklearn==0.18.2' ,
526526 ' flow_id' : 7245 ,
527527 ' language' : ' English' ,
528528 ' model' : RandomForestClassifier(bootstrap = True , class_weight = None , criterion = ' gini' ,
You can’t perform that action at this time.
0 commit comments