Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

Using PyDAAL

Oleg_D_1
Beginner
965 Views

Hi all!

Could anybody help me with PyDAAL?
I've installed Intel Distribution for Python and I'd like to try PyDAAL in action. But I can't find any documentation about PyDAAL.
So, I use DAAL Developer Guide for C++/Java (link: https://software.intel.com/sites/products/documentation/doclib/daal/daal-user-and-reference-guides/index.htm )

One problem, I can't understand how to use PyDAAL.
After import daal module and research internal class structure I can't find any methods with algorithms, etc.

Could anybody provide simple example using PyDAAL, please? (like this: https://software.intel.com/en-us/node/599585 ).

0 Kudos
1 Solution
Frank_S_Intel
Employee
965 Views

Hi Oleg,

thanks for your feedback. We'll look into the missing online documentation and into improving access to Python* examples.

The fastest way to get access to Python* examples and docu for pyDAAL is downloading the documentation for Intel® Data Analytics Acceleration Library 2017 Beta:

https://software.intel.com/sites/default/files/managed/7f/69/daal_dev_guide_ref.zip

The description of each algorithm also provides you examples in Python* (C++ and Java*).

For example to see an adaboost batch example, please navigate  on the left navigation pan:as follows:

->Python* Language Application Programming Interface Reference for Intel® Data Analytics Acceleration Library
  ->Classes
    ->Class List
      -> daal
        -> algorithms
          -> adaboost
            -> prediction
              -> Batch

On the right under "References" click on "AdaBoost algorithm description and usage models". From there navigate to "Batch Processing" where you will find a link to the python example at the bottom of the page.

 

Hope this helps. Sorry for the inconvenience.

frank 

View solution in original post

0 Kudos
3 Replies
Frank_S_Intel
Employee
966 Views

Hi Oleg,

thanks for your feedback. We'll look into the missing online documentation and into improving access to Python* examples.

The fastest way to get access to Python* examples and docu for pyDAAL is downloading the documentation for Intel® Data Analytics Acceleration Library 2017 Beta:

https://software.intel.com/sites/default/files/managed/7f/69/daal_dev_guide_ref.zip

The description of each algorithm also provides you examples in Python* (C++ and Java*).

For example to see an adaboost batch example, please navigate  on the left navigation pan:as follows:

->Python* Language Application Programming Interface Reference for Intel® Data Analytics Acceleration Library
  ->Classes
    ->Class List
      -> daal
        -> algorithms
          -> adaboost
            -> prediction
              -> Batch

On the right under "References" click on "AdaBoost algorithm description and usage models". From there navigate to "Batch Processing" where you will find a link to the python example at the bottom of the page.

 

Hope this helps. Sorry for the inconvenience.

frank 

0 Kudos
Oleg_D_1
Beginner
965 Views

It's very helpful! Thank you a lot!

 

0 Kudos
hussain__zafar
Beginner
965 Views

cheers frank

0 Kudos
Reply