adamszczerba / Airlines

0 stars 1 forks source link

Data split - train&test parts #19

Closed AniaMatysek closed 2 years ago

AniaMatysek commented 2 years ago

Closes #5

PiotMik commented 2 years ago

@AniaMatysek - All works very well, thank you! The only detail: Data preprocessing step results in two dataframes Airlines and AirlinesEncoded - see details in #15. Could you split AirlinesEncoded also, using the same indices?

You can change that locally, do a commit and push on your anna branch - this pull request will reflect the change

PiotMik commented 2 years ago

All great, thx!