Hi
I need to predict the week day of the publishing of a blog post. the variables i will make use of in my dataset are
263…269: binary indicator features (0 or 1) for the weekday (Monday…Sunday) of the basetime
270…276: binary indicator features (0 or 1) for the weekday (Monday…Sunday) of the date of publication of the blog post
i started out with trying to combine 263-269, and also 270-276 to make the data easier to handle. i used the node column combiner. next i am trying to used several String replacers to ensure that each row only contains the day where the post was published. however i cannot configure it right and when i later use the decision tree leaner, i can’t figure it out.
Maybe there is a hole other way to solve this task still with the decision tree leaner.