Implement SVR and SVR kernels with Enum. Add tests for argsort_mut (#303)
* Add tests for argsort_mut * Add formatting and cleaning up .github directory * fix clippy error. suggestion to use .contains() * define type explicitly for variable jstack * Implement kernel as enumerator * basic svr and svr_params implementation * Complete enum implementation for Kernels. Implement search grid for SVR. Add documentation. * Fix serde configuration in cargo clippy * Implement search parameters (#304) * Implement SVR kernels as enumerator * basic svr and svr_params implementation * Implement search grid for SVR. Add documentation. * Fix serde configuration in cargo clippy * Fix wasm32 typetag * fix typetag * Bump to version 0.4.2
This commit is contained in:
@@ -2,6 +2,5 @@
|
||||
# the repo. Unless a later match takes precedence,
|
||||
# Developers in this list will be requested for
|
||||
# review when someone opens a pull request.
|
||||
* @VolodymyrOrlov
|
||||
* @morenol
|
||||
* @Mec-iS
|
||||
|
||||
Reference in New Issue
Block a user