Dear all,
Although I have expertise in the mathematics for anomaly detection, I have been struggling to install Skyline or to understand how and where it works. I am not a programmer (although I code in C, Matlab and I just started to learn Python), so I am having a hard time to understand nearly everything that I found
here.
My problems are:
i) I don't get the inside jokes :-(
There are many of them!
ii) what exactly is Skyline?
- I still did not figure if the Skyline is a raw script that I have to download and compile in my computer (where? how?). Obviously, I couldn't compile or run it (in Mac). So, what exactly is Skyline?
What I thought Skyline was (am I right?):
It is a software that I'll double click to open, then a window like
this will appear, where I can indicate where my time series are being generated (online) so as to be monitored?
iii) About the installation procedure - now the "for dummies" part begins - feel free to laugh :-)
- For me, the installation procedure is in ancient greek.
sudo pip install -r requirements.txt for the easy bits
- What does it mean? Is "easy bits" a platform or an inside joke? Of course, I googled "easy bits", and the answers were really diverse. Except for "the easy bits", there is no other reference about where should I type the command 1. shown above. I tried to write it in the terminal of my mac, that is what I obtained:
sudo: pip: command not found
- Yes, I have no idea what is happening and nothing is indicated on the website. Obviously, I have zero idea of how performing the next instruction as well:
Install numpy, scipy, pandas, patsy, statsmodels, msgpack_python in that order.
- Right. Nothing worked. But my hopes were not finished, because the installation procedures says that:
You may have trouble with SciPy. If you're on a Mac, try:
sudo port install gcc48sudo ln -s /opt/local/bin/gfortran-mp-4.8 /opt/local/bin/gfortransudo pip install scipy
- And I am on a Mac! So I thought that was the problem. Then, I tried to write down the first command sudo port install gcc48 and
sudo: port: command not found
- Ok, so I tried the next command (but using my folder name) and it seems that it worked (as nothing appeared). However, when I tried sudo pip install scipy, the following message appeared:
sudo: pip: command not found
- Now what?
- The next instruction in the installation procedure is:
On Debian, apt-get works well for Numpy and SciPy. On Centos, yum should do the trick. If not, hit the Googles, yo.
- Seriously, this whole sentence is ancient greek for me. The advanced mathematics of anomaly detection is much easier to understand :-p
- As you might expect I didn't understand the rest of the installation procedure.
Someone could help me?
Thanks!