What is the progressive mode in the algorithms?
Most of the machine learning algorithms are iterative, specially when they deal with optimization. As some of them may take long to achieve the goal we offer the option to run them for a specified number of iterations. Although this might not sound innovative, there are algorithms like KDE and k-nearest neighbors where progressive mode is not trivial.