YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
task18-lgbm-distilled
FLock.io Task 18 - Dark Pool Order Routing
Description
LightGBM distilled to NN. Reward: -0.245
Model Details
- Input: 34 features (X)
- Output: 8 venue allocation weights (softmax)
- Format: ONNX
Usage
import onnxruntime as ort
sess = ort.InferenceSession('model.onnx')
weights = sess.run(None, {'X': X})[0]
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support