Underfitting –> high bias
Overfitting –> high variance
Underfitting –> high bias
Overfitting –> high variance
Changed a controller to be a subclass of UITableViewController and got this
I skipped a few steps. After I did the following
1) Change the view class to UITableVIew
2) Connect the view to the ‘view’ slot of the Controller
3) Connect the view’s datasource and delegate to the Controller.
the runtime exception is gone.
Installing pyML by running python setup.py install
But I do not think it is going to fly because, for example,
““
/usr/bin/llvm-gcc -fno-strict-aliasing -O3 -w -pipe -march=core2 -msse4 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/bin/../Cellar/python/2.7.2/include/python2.7 -c PyML/containers/ext/Kernel.cpp -o build/temp.macosx-10.4-x86_64-2.7/PyML/containers/ext/Kernel.o
It is using llvm-gcc instead of gcc-4.2 (the GUN compiler)
I do not usually run “source activate” before running the python runtime in a virtualenv env. However it seems to work OK without.
pip cannot find the pyML package