rgwml 0.1.4

A crate for reducing cognitive overload while using rust for ml, ai, and data science operations
Documentation

This Rust library simplifies data science, ml, and ai operations, including but not limited to the process of creating and handling CSV files. It's designed to be easy to use, and eliminate the need to ever use a GUI tool.

Modules:

  • api_utils: helper functions to make API calls
  • csv_utils: helper functions to analyze CSV data
  • df_utils: helper functions to replicate the Python Pandas library functionality
  • ai_utils: helper functions to leverage Rust's concurrency to implement AI/Graph Theory based analysis on data sets