How to install HMM package on Weka 3.6.9? - weka

I am using Weka 3.6.9, and I am wondering how can I install HMM package into it.
All the tutorials and instructions regarding this are for Weka 3.7 which uses a Package Manager.
Could any one help me with that ?
Thanks.

It's not possible to install the HMM package into any Weka before 3.7.2, where the package manager was introduced.
To install Weka 3.7 you can go to http://www.cs.waikato.ac.nz/ml/weka/downloading.html, download the developer version (currently on the 3.7.10)
and then you can access the package manager by going to tools -> package manager or Ctrl+U

Related

Can't find airflow to gcp hook

after installing the gcp package to my airflow(1.10.9) set-up, i tried to call on the GSheetHook
https://airflow.readthedocs.io/en/latest/_api/airflow/providers/google/suite/hooks/sheets/index.html
but i get an error No module named 'airflow.providers'.
looking into the installed python packages for airflow, i do not find the providers package.
is the gcp airflow packagge working or am i missingg a step before i am able to use it?
EDIT: I have installed the gcp package using the pip installer: pip install apache-airflow[gcp]
and here's the list of the installed packages
The "providers" package is only available in Airflow Master. We plan to release each provider as a separate packages as "backport packages", most likely in a week or two from today.
PR to do that: https://github.com/apache/airflow/pull/8807
You should be checking https://airflow.apache.org/docs/1.10.9/ for Airflow 1.10.9 docs. You are looking at the docs for "latest" which is for Master.
It looks backport packages (providers) can now be installed in v1.10* using with following pip command $pip install apache-airflow-backport-providers-PACKAGE-NAME

How to install dlib in django azure web app service

I want to publish a django web app in azure that uses dlib and opencv for processing images
When trying to deploy the app through local code, it fails with dlib unable to install due to cmake not found. I tried using windows machine also but received same error.
CMake must be installed to build the following extensions: dlib
How do I install dlib in an azure webapp?
For Windows environment, you can directly install dlib for Python from a packaged wheel file.
You can download it from https://pypi.org/simple/dlib/ and then install it via command pip install dlib-<version>-win_amd64.whl, as the figure below.
Please refer to the blog How to install the Dlib library for Python 3 on Windows or the PyPI webpage of dlib package to know more details.
Hope it helps.

How to install Xeus-cling without Anaconda?

Why is Anaconda package manager necessary to install Xeus-cling?
I have only used pip so far, and switching to a new package manager seems like a lot of work. I want to start using C++ with Jupyter, but all the installation instructions assume conda package manager.
Does anyone know of Xeus-cling installation which doesn't require Anaconda?
Pip is a package manager for python. It is mostly meant for packaging pure Python packages even though shipping some binary extensions is possible.
xeus-cling is a native application, which relies on a number of other libraries, including LLVM, Clang, Cling, Xeus, OpenSSL, libzmq and other. Vendoring the entire LLVM stack in a pip package would be unreasonable.
The developers of xeus-cling have made the choice of conda because it is a general-purpose cross-platform package manager, but it could be packaged for other general-purpose package managers, such as Debian's dpkg, OSX's Homebrew, conan.io or others.

How to add theano to anaconda python v2.7 on ubuntu 16.04?

I'm want to install theano into the anaconda package for python v2.7 on ubuntu 16.04. I already installed anaconda to the folder /opt/anaconda. Can some please guide me on how to install Theano package which is accessible by the anaconda packages. I've searched lot on google but not able find a clear solution to the problem.
I was recommended to switch back to 14.04 for theano, because t just stopped working on 16.04, but still I am also looking for a solid working guide.
There are some resources that explain how to set up these http://deeplearning.net/software/theano/install_ubuntu.html
and https://www.jayakumar.org/linux/gtx-1070-on-ubuntu-16-04-with-cuda-8-0-and-theano/

how to install Stratos 1.5.2

this dated install guide, http://wso2.org/project/stratos/1.0.0/WSO2StratosInstallationGuide.html, assumes UEC, but UEC is depreciated (https://help.ubuntu.com/12.04/serverguide/uec.html).
Where is the most recent install manule for Stratos?
Does Stratos need Eucalyptus or does it support OpenStack?
WSO2 Stratos 1.6.0 is now available for download at http://wso2.com/cloud/stratos
This is a pre-configured local setup. You should be able to install it in your local machine without any trouble.
If you using a mac osx please follow this article.
You don't need to install this on ubuntu. I have it installed on CentOS 6.0. The trick is to make sure you have the dependencies installed, which was tricky on centos.