<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<PMML xmlns="http://www.dmg.org/PMML-4_1" version="4.1">
    <Header copyright=""/>
    <DataDictionary>
        <DataField dataType="double" optype="continuous" displayName="48-h Tetrahymena toxicity as log(1/IGC50)" name="properties/pIGC50"/>
        <DataField dataType="double" optype="continuous" displayName="Hydrophobicity" name="descriptors/logKow"/>
    </DataDictionary>
    <RegressionModel targetFieldName="properties/pIGC50" functionName="regression">
        <MiningSchema>
            <MiningField usageType="predicted" name="properties/pIGC50"/>
            <MiningField usageType="active" name="descriptors/logKow"/>
        </MiningSchema>
        <RegressionTable intercept="0.157">
            <NumericPredictor coefficient="0.438" name="descriptors/logKow"/>
        </RegressionTable>
    </RegressionModel>
</PMML>
