gyrdym / ml_algo

Machine learning algorithms in Dart programming language
https://gyrdym.github.io/ml_algo/
BSD 2-Clause "Simplified" License
185 stars 32 forks source link

Data visualisation [enhancement] #249

Closed II11II closed 1 year ago

II11II commented 1 year ago
  1. Support for real-time visualizations: The library could support real-time visualizations to enable users to see the results of their algorithms in real time as they are being trained.
  2. Interactive visualizations, such as dynamic scatter plots, 3D plots, and interactive decision trees could be implemented in the library to allow users to explore and understand their data better.
gyrdym commented 1 year ago

@II11II Hi! Thank you for the proposal. I have visualisation-related logic in my roadmap; stay tuned!