flowchart TD
ad[Todos\nlos datos]
style ad fill:#fff,stroke:#666,color:#000
tr[Entrenamiento]
style tr fill:#FBE9BF,stroke:#666,color:#000
ts[Prueba]
style ts fill:#E5E7FD,stroke:#666,color:#000
ad --> tr
ad --> ts
rm1[Remuestreo 1]
style rm1 fill:#fff,stroke:#666,color:#000
tr --> rm1
rm2[Remuestreo 2]
style rm2 fill:#fff,stroke:#666,color:#000
tr --> rm2
rm3[Remuestreo B]
style rm3 fill:#fff,stroke:#666,color:#000
tr --> rm3
an1[Analysis]
style an1 fill:#FBE9BF,stroke:#666,color:#000
rm1 --> an1
vl1[Validación]
style vl1 fill:#E5E7FD,stroke:#666,color:#000
rm1 --> vl1
an2[Analysis]
style an2 fill:#FBE9BF,stroke:#666,color:#000
rm2 --> an2
vl2[Validación]
style vl2 fill:#E5E7FD,stroke:#666,color:#000
rm2 --> vl2
an3[Analysis]
style an3 fill:#FBE9BF,stroke:#666,color:#000
rm3 --> an3
vl3[Validación]
style vl3 fill:#E5E7FD,stroke:#666,color:#000
rm3 --> vl3