Hacker News new | ask | show | jobs
by nerdponx 1771 days ago
FYI, Hacker News has code formatting if you indent by 4 spaces:

    model = NaiveEnsembleModel([model1, model2, ...])
    model.fit(my_series)
    prediction = model.predict()
1 comments

Oh, nice, I didn't know that. I've edited my reply, thanks!