This backslash means “joint”. So, the code which is front of this backslash is jointed with the code which is back of the backslash. For exampleโฆ print(‘Hello, \ world!’) above code is totally same with following code. print(‘Hello, world!’)…
Why underfitting and overfitting are called high bias and high variance in machine learning field ?
Simply, underfitting and overfitting are terms related to how well model is fitted to train data. On the other side, bias and variance are terms in the view of range which model can covers data values. underfitting => you…
nbopen doesnโt work after anaconda installing
When your nbopen doesnโt work after anaconda installing, make sure if following paths are added on path setting. ..\Anaconda3 ..\Anaconda3\Scripts ..\Anaconda3\Library\bin Donโt forget โ\binโ of the last path!