nkarasiak / dzetsaka

dzetsaka : classification plugin for Qgis
GNU General Public License v3.0
80 stars 20 forks source link

output model file format #21

Closed blobloblaw closed 4 years ago

blobloblaw commented 4 years ago

Hey thanks for the plugin! I'm trying to test out the functionality of a few of the algorithms in QGIS 3.10, and am getting some strange results from my prediction map. I'm thinking it may be related to my output model from the train algorithm. What file format is the output model (in the train algorithm tool) supposed to be saved as?

Thanks, Rob

nkarasiak commented 4 years ago

there is not extension needed, write .alg .rf .svm as you like, this is just a pickle object.

blobloblaw commented 4 years ago

Perfect thanks!