Hi Guys,

I am relatively new to QuantConnect, so bear with my naivety.  I am trying to train a Keras model in QuantConnect's research environment by inserting the following code under my “Initialize” method:  

self.Train(self.trainModel())

I thought this would do the trick, but every time I try to run it, it successfully imports the libraries and then appears to do nothing further.  It just stops there.  How do I train this model successfully?

Thank you in advance!

Levi