문제

I would like to find how to change my data structure to make it compatible with a ML model, with the following constraints :

  • A Product is defined by {id, price, continuousVariable1, ..., continuousVariable10}
  • The training set is train.csv. Each line contains a date, a Product, and a list of Products (competing products)
  • For each row of train.csv, the size of the list of Products may change.

It would be easy if I had only one competing products : I could put all columns in the same file. But I have many competing products. The output variable is the product price.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 datascience.stackexchange
scroll top