aldro61 / mmit

Regression trees for interval censored output data
https://aldro61.github.io/mmit/
GNU General Public License v3.0
7 stars 7 forks source link

Random Forest #26

Closed parismita closed 6 years ago

aldro61 commented 6 years ago

Hey @parismita, how is this progressing?

aldro61 commented 6 years ago

@parismita Please let me know when you're ready for the final code review + merge.

parismita commented 6 years ago

yep its done

aldro61 commented 6 years ago

@parismita I did a few edits to the doc and travis is failing now. Has this hapenned before? Any ideas what could be the cause? I remember you told me something about travis failing because of the examples in the doc.

parismita commented 6 years ago

I guess it is done, Can you review it once.

aldro61 commented 6 years ago

It's weird that this is causing the issue, since it was working yesterday. From the travis log, I see that something was giving a timeout. Maybe that cause concurrency issues that sometimes resulted in a deadlock. Anyway, I'll merge but we should keep an eye on travis.

parismita commented 6 years ago

Actually it occured because I removed the seperate if statement for the n_cpu =1, So due to nested parallel loops it occured.