Michael Sharp

Results 209 comments of Michael Sharp

Since this is a change by the F# tooling there is nothing that we can do about it unfortunately. Closing this for now, but if things change in the future...

@dsyme let me reopen the issue for now while I look into that. I am not actually sure off of the top of my head.

@LittleLittleCloud Merging this in as the sweepable estimator itself is already checked in.

Can you share any results/numbers you are seeing along with what you would expect to be seeing? And share a sample project that repros the situation.

What model format are you thinking? Still onxx? and it sounds a large part of the ask is having a way to not have to copy the data, is that...

@luisquintanilla I'll mark this as future for now, but we need to figure out if this aligns with our goals and if so when we would be able to take...

Alright, the issue is that merge is calling "Clone" on the columns, but Clone returns slightly different types. For example, Instead of returning `DoubleDataFrameColumn` it is returning `PrimitiveDataFrameColumn`. `DoubleDataFrameColumn` does...

@LittleLittleCloud couple of questions, but it also looks like some tests are failing as well.

Instead of making the types public, a way to read a position delimited file would work as well, correct?

@rishi-git when you say dynamically what exactly are you meaning? If you do this: ``` [VectorType()] public string[] SpecVec; ``` It should mark `SpecVec` as a vector of unknown size....