AbdullahDawud

Results 6 comments of AbdullahDawud

`1>Are these three almost same function or are different with different set of color maps?` 'gray' and 'binary' are different colormaps. If you refer to matplotlib documentation, the difference is...

> what does this line of code do? > rooms_per_household = X[:, rooms_ix] / X[:, household_ix] > > could you please help me out with this line of code sir...

> Sir, could you please explain how does the code work: > > split = StratifiedShuffleSplit(n_splits = 1, test_size = 0.2, random_state = 42) > for train_set, test_index in split.split(housing,...

>Please if you could also explain how the values are loaded to the variables train_set and test_set each time the loop executes.... Consider the following simpler cases to understand what...

> I remember u told me not to get into this stuff much but out of curiosity please if u could help Yeah, I told you that, but obviously you...

> Could you adapt your code to the TensorFlow 2.0? I have some problems with it. Try importing Tensorflow with the following code and see if it works: `import tensorflow.compat.v1...