r.learn.ml x r.learn.ml2 #1855
-
Sorry if this is too obvious, but what are the differences between r.learn.ml and r.learn.ml2? From the codes, it looks like r.learn.ml is the older version and r.learn.ml2 is newer, but that is not clear from the manual pages. If r.learn.ml is deprecated, why not keep only the newer r.learn.ml2? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
r.learn.ml* are addons and rules are not so strict there, afaiu. See related discussion in the original PR in the addons repo: OSGeo/grass-addons#126 for pointers on why the 2 versions coexist After one year, maybe it's worth considering dropping the old version and making r.learn.ml2 --> the new r.learn.ml (@stevenpawley?). In any case, you can just use the one you like best ;-) I'd suggest to open an issue in the addons repo |
Beta Was this translation helpful? Give feedback.
r.learn.ml* are addons and rules are not so strict there, afaiu. See related discussion in the original PR in the addons repo: OSGeo/grass-addons#126 for pointers on why the 2 versions coexist
After one year, maybe it's worth considering dropping the old version and making r.learn.ml2 --> the new r.learn.ml (@stevenpawley?). In any case, you can just use the one you like best ;-)
I'd sug…