All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.sql.sklearn-user-script.sql Maven / Gradle / Ivy

The newest version!
load libsvm.`sample_libsvm_data.txt` as data;

train data as SKLearn.`/tmp/model`
where
pythonScriptPath="${pythonScriptPath}"
and `kafkaParam.bootstrap.servers`="127.0.0.1:9092"
and `kafkaParam.topic`="test"
and `kafkaParam.group_id`="g_test-1"
and  `fitParam.0.batchSize`="1000"
and  `fitParam.0.labelSize`="2"
and validateTable="data"
and `systemParam.pythonPath`="python"
and `systemParam.pythonParam`="-u"
and `systemParam.pythonVer`="2.7"
;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy