rhaiscript/rhai-ml
Machine learning for Rhai.
This project provides machine learning capabilities for applications built using the Rhai scripting language. It takes in numerical data and a chosen machine learning model type (like linear regression) to train a model, then uses that model to make predictions. This is for developers who build applications or tools using the Rhai scripting language and want to embed basic ML features directly into their scripts.
No commits in the last 6 months.
Use this if you are a Rust developer working with the Rhai scripting language and need to add basic machine learning functionalities like training models and making predictions directly within your Rhai scripts.
Not ideal if you are an end-user looking for a standalone machine learning application or library for general-purpose data analysis outside of the Rhai ecosystem.
Stars
9
Forks
2
Language
Rust
License
Apache-2.0
Category
Last pushed
Feb 09, 2024
Monthly downloads
20
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/rhaiscript/rhai-ml"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SomeB1oody/RustyML
A high-performance machine learning library in pure Rust, offering statistical utilities, ML...
smartcorelib/smartcore
A comprehensive library for machine learning and numerical computing. Apply Machine Learning...
open-spaced-repetition/fsrs-rs
FSRS for Rust, including Optimizer and Scheduler
open-spaced-repetition/fsrs-optimizer
FSRS Optimizer Package
rust-ml/linfa
A Rust machine learning framework.