Documentation Index
Fetch the complete documentation index at: https://docs.mathfi.ai/llms.txt
Use this file to discover all available pages before exploring further.
How long does implementation take?
How long does implementation take?
What types of problems can MathFi.ai solve?
What types of problems can MathFi.ai solve?
How does pricing work?
How does pricing work?
[email protected] to discuss pricing for your use case.How technical do we need to be to use the API?
How technical do we need to be to use the API?
curl or any HTTP client) is sufficient. A Python SDK is also available for teams that prefer a programmatic interface.Does MathFi.ai integrate with our existing data infrastructure?
Does MathFi.ai integrate with our existing data infrastructure?
How is data security handled?
How is data security handled?
[email protected] for questions about data retention, compliance, or enterprise security requirements.What is the difference between training performance and test performance?
What is the difference between training performance and test performance?
What does 'balanced-class learning' mean?
What does 'balanced-class learning' mean?
Can analysts build models without data science training?
Can analysts build models without data science training?
What are the three hyperparameters and what do they control?
What are the three hyperparameters and what do they control?
| Hyperparameter | What it controls | Default |
|---|---|---|
| Number of Buckets | How the dataset is divided into bins for training. A higher value can improve accuracy but may cause NaN predictions if set too high for small datasets. | 20 (range: 4–100) |
| Scaling Factor | The number of search cells explored during training — higher values search more broadly. | 19 (range: 8–499) |
| Performance Threshold | The minimum accuracy a model must achieve to be accepted as a champion. | 0.8 (range: 0–1) |