Search found 3 matches

by CptQuak
Thu Nov 23, 2023 7:54 pm
Forum: SMILE
Topic: ValueError: vector::reserve
Replies: 2
Views: 2472

Re: ValueError: vector::reserve

Python 64-bit version. I'm pretty sure that I'm the reason why this error happened. I was playing around with setting a lot of background knowledge on a very large network. Sometimes when the networks managed to finish training and save, their size varied from 100 mb to up to 2 gb. So I guess it had...
by CptQuak
Mon Nov 20, 2023 5:27 pm
Forum: SMILE
Topic: ValueError: vector::reserve
Replies: 2
Views: 2472

ValueError: vector::reserve

Hi, I've been running an experiment in which I'm testing various preprocessing methods, so I'm sort of looping around creating new datasets and networks. To build the networks, I'm currently using Bayesian search, and I hit an error after running my script for a while. ``` File "/ms/aircraft_pa...
by CptQuak
Wed Oct 18, 2023 8:43 pm
Forum: SMILE
Topic: Issues with PC, questions to continuous networks, and more
Replies: 3
Views: 2696

Issues with PC, questions to continuous networks, and more

Hi, I have have ran into some problems when playing with Genie/Smile so maybe you can help me. For context, I'm using pysmile on linux, python version 3.10.12, pysmile 2.0.10. I'm working on a rather complex dataset with about 50 variables and 1 million records. I'm also sharing a sample dataset, an...