You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Improvements
New articles explain how to use methods on online() objects to deploy online learning algorithms in production.
The conline C++ class now exposes weights to R.
A new article on the usage of the conline C++ class was added.
Various functions are now exported to R to allow easier interaction with the conline C++ class. These functions are: init_experts_list(), make_basis_mats and make_hat_mats
The code of online() was simplified a bit by utilizing the new init_experts_list() function.
Function post_process_model() was improved and is now exposed to be used in conjunction with the conline C++ class.
Move aggregation of timings from cppclock.R to clock.h. This make it faster, easier to maintain and simplifies the code (which will be used in python in the future as well).