nfmcclure/tensorflow_cookbook

Chapter 6, Section: Improving the predictions of linear models has wrong indices.

bharathbunny opened this issue · 2 comments

The dependent variable is in index 0. The factors are in indices 1:8.

After you clean up birth_data, there are empty lists that need to be removed.

Hi @bharathbunny , thanks for bringing this up. This is a known problem since we've changed where the data come from:
Duplicate: #118

I'm working on updating all the code/notebooks for a book v2 now. I'm on chapter 5 currently. Ch 6 is next. Expect the code fix in the next few weeks. Thanks!

This should be fixed now! Thanks.