modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

Train without header #31

Closed Larsk97 closed 2 years ago

Larsk97 commented 2 years ago

Is it possible to train without having a header row, but rather specify column number somehow?

nitsky commented 2 years ago

Hi @Larsk97 at the moment a header is required. Can you just add a header with numbers in it? For example, if you have 4 columns, add the line "1,2,3,4" to the top of your CSV.

Larsk97 commented 2 years ago

@nitsky That is what I did for now :+1: Thanks for reply!