<oml:task_type xmlns:oml="http://openml.org/openml">
	<oml:id>2</oml:id>
	<oml:name>Supervised Regression</oml:name>
	<oml:description>Given a dataset with a numeric target and a set of train/test splits, e.g. generated by a cross-validation procedure, train a model and return the predictions of that model.</oml:description>
		<oml:creator>Joaquin Vanschoren</oml:creator>
		<oml:creator> Jan van Rijn</oml:creator>
		<oml:creator> Luis Torgo</oml:creator>
		<oml:creator> Bernd Bischl</oml:creator>
			<oml:contributor>Bo Gao</oml:contributor>
		<oml:contributor> Simon Fischer</oml:contributor>
		<oml:contributor> Venkatesh Umaashankar</oml:contributor>
		<oml:contributor> Michael Berthold</oml:contributor>
		<oml:contributor> Bernd Wiswedel </oml:contributor>
		<oml:contributor>Patrick Winter</oml:contributor>
	  <oml:creation_date>2013-02-13 00:00:00</oml:creation_date>
			<oml:input name="source_data">
		  <oml:requirement>required</oml:requirement>		  <oml:data_type>numeric</oml:data_type>		</oml:input>
			<oml:input name="target_feature">
		  <oml:requirement>required</oml:requirement>		  <oml:data_type>string</oml:data_type>		</oml:input>
			<oml:input name="estimation_procedure">
		  <oml:requirement>required</oml:requirement>		  <oml:data_type>numeric</oml:data_type>		</oml:input>
			<oml:input name="custom_testset">
		  		  <oml:data_type>json</oml:data_type>		</oml:input>
			<oml:input name="evaluation_measures">
		  		  <oml:data_type>string</oml:data_type>		</oml:input>
	</oml:task_type>
