Issues with opening the csv file in GeNIe

The front end.
Post Reply
Melenia
Posts: 4
Joined: Tue Jul 04, 2017 1:38 pm

Issues with opening the csv file in GeNIe

Post by Melenia »

Example.csv
(1.79 KiB) Downloaded 361 times
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Issues with opening the csv file in GeNIe

Post by shooltz[BayesFusion] »

You need to remove the first line of the file (which is empty, as GeNIe notifies you in the error message). Also, you'll need to set the names of the first two columns in the header line (which starts with two commas).
Melenia
Posts: 4
Joined: Tue Jul 04, 2017 1:38 pm

Re: Issues with opening the csv file in GeNIe

Post by Melenia »

Thank you very much!
I have one more question if you could answer me. I want to build a Bayesian Network from this data. To do this, the first column and the first line are important? These are the titles of the nodes I guess..
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Issues with opening the csv file in GeNIe

Post by shooltz[BayesFusion] »

The first line should contain names of the columns. These names will be used to name the nodes in your network if you decide to learn the network structure from the file.

The data in the first column is not special in any way from GeNIe's point of view.
Post Reply