nfmcclure / tensorflow_cookbook

Code for Tensorflow Machine Learning Cookbook

Home Page:https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook-second-edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bharathbunny opened this issue · 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.

commented

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!

commented

This should be fixed now! Thanks.