Skip to content

Commit

Permalink
Update vignette order
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Nov 30, 2023
1 parent e1131b6 commit 926719a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 4 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ profoc 1.3.0

## Improvements

* New articles explain how to use method on `online()` objects to deploy online learning algorithms in production.
* The `conline` c++ class now exoses `weights` to R.
* A new article on how to interact with the `conline` c++ class was added.
* Various functions are now exported to R to allow for easier interaction with the `conline` c++ class. These functions are: `init_experts_list()`, `make_basis_mats` and `make_hat_mats`
* 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.

## Improvements

profoc 1.2.1
==============

Expand Down
4 changes: 3 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ navbar:
bg: dark

articles:
- title: Introduction
contents:
- profoc
- production
- title: Advanced Topics
contents:
- class

0 comments on commit 926719a

Please sign in to comment.