File size: 334 Bytes
3d13cde
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
tags: [sklearn, random-forest, mlops-pipeline, boston]
---
# Boston Housing Classification Model

Trained automatically using a Random Forest classifier.

The Boston Housing dataset is converted into a binary classification problem.

## Metrics

- **accuracy**: 0.9118
- **precision**: 0.9184
- **recall**: 0.9000
- **f1**: 0.9091