Search found 6 matches

by dvrebos
Tue Apr 03, 2018 1:03 pm
Forum: SMILE
Topic: pysmile - learning
Replies: 3
Views: 5487

Re: pysmile - learning

Thanks for the explenation. I have an additional question regarding match_network() and validator(). I've been trying to test this using one of the older examples available: https://dslpitt.org/genie/wiki/File:Net_tut_5.xdsl with the data in a datafile: Net_tut_5.txt A B C t t t t f f f t f f f f t ...
by dvrebos
Thu Mar 29, 2018 9:27 am
Forum: SMILE
Topic: pysmile - learning
Replies: 3
Views: 5487

pysmile - learning

I've been trying different learning algorithms in pysmile. But I have some questions regarding the available options. Is Essential Graph Search incorporated in pysmile? I doesn't seem to be available. dir(pysmile.learning) ['__doc__', '__name__', '__package__', 'bayesian_search', 'bk_knowledge', 'da...
by dvrebos
Tue Mar 20, 2018 10:34 am
Forum: SMILE
Topic: pysmile - select columns
Replies: 1
Views: 3755

pysmile - select columns

Hi, I'm trying to build a range of BBNs using the bayesian search algoritm in pysmile. I have all my data in one dataset and would like to build different BBNs out of it using different combinations of variables. Everything seems to work, but I can't find a way to select different colums as in GeNIe...
by dvrebos
Tue Mar 06, 2018 12:26 pm
Forum: SMILE
Topic: PySMILE released
Replies: 2
Views: 9858

Re: PySMILE released

Thanks for the package. Is there allready any documentation available?

It's not clear to me how te create an empty network instance with pysmile to which I can apply network.read_file.
by dvrebos
Mon Jun 19, 2017 12:54 pm
Forum: SMILE
Topic: Installation JSMILE - Python
Replies: 3
Views: 4783

Re: Installation JSMILE - Python

Thank you for the information. I've been able to make the connection between JSMILE, JPype, JAVA and Python and I can read existing networks made in GENIE. But I have problems to define Node Type or Bayesian Algorithm Type when creating a network in JSMILE. In the wiki of JSMILE is written: The avai...
by dvrebos
Thu Jun 08, 2017 10:44 am
Forum: SMILE
Topic: Installation JSMILE - Python
Replies: 3
Views: 4783

Installation JSMILE - Python

Hello, I am trying to get JSMILE to run in python (windows 10 - 64bit). But I can't figure out where to get the different files that are mentioned in the wiki. In the introduction to JSMILE two different packages are mentioned: 1. jSMILE X Y Z: compiled jSMILE library version X.Y for platform Z. 2. ...