Update PredictionsChart.tsx
All checks were successful
Build Frontend / build (push) Successful in 1m5s
All checks were successful
Build Frontend / build (push) Successful in 1m5s
This commit is contained in:
@@ -446,8 +446,16 @@ export default function PredictionsChart({
|
|||||||
</Badge>
|
</Badge>
|
||||||
</span>
|
</span>
|
||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
<TooltipContent side="bottom" className="z-[100]">
|
<TooltipContent side="bottom" className="z-[100] max-w-xs">
|
||||||
<p>Predictions generated using a Deep Learning Ensemble Model</p>
|
<div className="space-y-1.5">
|
||||||
|
<p className="font-semibold">Deep Learning Ensemble Model</p>
|
||||||
|
<p className="text-xs text-muted-foreground">
|
||||||
|
This percentage indicates how well the AI has learned your specific sales patterns.
|
||||||
|
</p>
|
||||||
|
<p className="text-xs text-muted-foreground border-t pt-1.5">
|
||||||
|
Scores above 90% are optimal—100% is avoided to prevent "memorizing" the past and ensure the model remains flexible for future shifts.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</TooltipContent>
|
</TooltipContent>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user