install pelican again today. write down the notes
linux tips and resources
this page is some linux tips
regression with forward variable selection
in SAS proc reg, there is selection=forward to select variables forward: select the most important one, then the second most important one, and so on. Here is to mimic this in python.
python numpy pandas matplotlib date time change
enable google local custom search in pelican blog
When there are more and more blogs, it is necessary to enable search function in blog to make it easy to find the right blog. There is no search function in pelican by default. Usually there are two way to add search function.
install spyde in windows os
install spyre in windows os for data dashboard
Manually Install libs in Windows
manually install python libraries in windows evviroment
Change Ubuntu Resolution in VMWARE
install R, Rstudio and Shiny on Ubuntu
install R, RStudio and Shiny on ununtu and to run python in R through rPython library
python class (1): class, object, attribute and method
a simple introduction to python class, object, attribute and method