RedisLabsModules/redis-ml
Redis-ML is a Redis module that implements several machine learning models as Redis data types. The stored models are fully operational and support the prediction/evaluation process. Redis-ML is a turnkey solution for using trained models in a production environment. Load ML models from any platform, immediately ready to serve. The following code creates a random forest under the key myforest that consists of three trees with IDs ranging from 0 to 2, where each consists of a single numeric splitter and its predicate values.
Mar-5-2018, 00:53:31 GMT
- Technology: