Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.76 KB

meeting_00035_20220114.md

File metadata and controls

49 lines (36 loc) · 1.76 KB

Rust-ML WG Meeting 00035

Meeting Info

Date: 2022-01-14

Start time: 1100ET

Participants

  • chrism
  • Yuhan
  • Qing Wang
  • lorenz

Minutes

  • Some smaller updates on Linfa

    • Removed reqwest from dependencies
    • Integrating NN into AppxDbscan
  • Looking into using Linfa without BLAS systems libraries

  • Should we think about splitting linfa-clustering into individual crates?

    • Doesn't largely effect the dependency tree, but might affect build times
    • Something similar about Nearest Neighbors
  • Yuhan did initial review of the PR for Multinomial Naive Bayes

    • Suggested using traits rather than enums
    • Lorenz is going to take a look as well, especially on the actual algorithm implementation
  • Doing benchmarks with linfa-python

Action Items

  • chrism will open issue around adding Python bindings and benchmarks to the linfa repo
  • Lorenz to take a look at the Multinomial Naive Bayes PR as well, with a focus on the actual algorithm implementation