superichmann
superichmann
is there anybody out there? can you please add this output column to all binary trainers? plz
@Martin-Molinero mmm no its not, its vastly used as in `PercentB`. ;]
Due to failed inserts into binary column on large binary values have enlarged these to: ``` pg.net.connection.rcvbuf=1024M pg.net.connection.sndbuf=1024M ``` just for a test, I lowered them to ``` pg.net.connection.rcvbuf=200M pg.net.connection.sndbuf=200M...
#7429 STILL HAPPENS.
Hi @michaelgsharp, thanks for the reply. I am adding my code example so you could accurately assess the cache situation. All data is cached with command `mlContext.Data.Cache(data);` as you mentioned....
data is couple of gigas, fits into memory. full pipeline: ``` DatabaseLoader loader = mlContextontext.Data.CreateDatabaseLoader(columns); // DatabaseLoader.Column[] columns was populated beforehand DatabaseSource dbSource = new DatabaseSource(NpgsqlFactory.Instance, connectionString, sqlSelect, TIMEOUT_SECONDS); //...
plz can someone explain how exactly is this column used? is it looking for a specific range? does sending values between 0 and 1 similar to sending values between -9...
ok solved for now with the workaround `SELECT indicator2/(22222::double/10000::double) from core_price limit 0`