yanboliang / spark-vlbfgs

Vector-free L-BFGS implementation for Spark MLlib
Apache License 2.0
46 stars 17 forks source link

Does it support incremental learning ? #39

Open sundeepks opened 6 years ago

sundeepks commented 6 years ago

Hey, Does this implementation support incremental learning where I can set previous modelpath or initial weights ?

Regards Sundeep