Skip to content

Latest commit

 

History

History
138 lines (110 loc) · 5.32 KB

meeting_00009_20200909.md

File metadata and controls

138 lines (110 loc) · 5.32 KB

Rust ML WG Meeting 00009

hackmd-github-sync-badge

Meeting Info

Date: 20200909

Start time: 1600 ET

Zoom link: https://mozilla.zoom.us/j/99658259391

  • Meeting ID: 996 5825 9391

Agenda

  • Rust-RL: Short presentation

  • Collect Information about active and advanced ML respositories not represented here on Zulip.

  • Linfa

    • New tests for trees in the works
    • linfa-ensemble in the works (starting from random-forest)
    • Documentation is currently being updated
  • There's currently a 'Book' repository, which is private to the Rust-ML group.

    • Documentation for linfa should be probably take priority, but it would be great if these two could influence each other
    • This seems like a good 'first issue' for people looking to get involved with the group or machine learning in general. Examples with real-life data sets being imported, applied, etc. could be used here
    • This is currently being done in mdbook format--considering the popularity of Jupyter in the machine learning domain and the evcxr kernel, should an alternate format be considered?
  • The Rust London User Group ML/DS meetup

Participants

  • Ricky (degausser)
  • chrism (quietlychris)
  • manuel (ZuseZ4)
  • Daniel (xd009642)
  • Lorenz (bytesnake)
  • Samuel Lim

Minutes

Rust RL

Repos not Represented

  • Reinforcement Learning Crates
  • some kinda big projects not represented on Zulip channel
  • Not reasonable for people to know about us yet
    • should make sure the projects are captured on arewelearningyet.com as soon as we know about them though

Linfa

Book

Rust London Meetup

  • No firm date but end of November (after the 20th)
  • 0x009642 presenting
  • could do a linfa example
    • annouce the 0.2 release, or aiming for the release to coinside with it
    • compare and contrast with SkLearn (Scikit-learn)

Actions

  • check on crates that might exist but are not tracked on arewelearningyet.com
  • Open up book repository to public
  • Make sure CI passes on linfa docs update, then push
    • chrism
  • add README.md for all subcrates of linfa, describing at least the purpose of the algorithm and how to run the example