```json
{
	"yes": [1.0, 1.5, 2.0, 2.5, 3.0],
	"no": [3.5, 4.0, 4.5, 5.0, 5.5]
}
```
In this example, the installment_commitment feature has values ranging from 1.0 to 5.5. The values between 1.0 and 3.0 are more likely to be associated with the target class "yes" (this person receives a credit), while values between 3.5 and 5.5 are more indicative of the target class "no" (this person does not receive a credit).