General pipeline and future ideas:
- Load data
- Categorize by dimension:
- 1:1 in:out
- Linear dimension predictor
- Custom dimension out based on image
- Split up problems into buckets
- Find most correlated pixels
- Create best features for each bucket
- Make models for each bucket
Completed prediction attempt in pred.py
:
- A simple input - output model using Trees. Bucket: dimension 1:1, 10% Accuracy.