Anthony Blaom, PhD
Anthony Blaom, PhD
I'm having some second thoughts about including Tables.jl as a dep of the STB pkg. As @OkonSamuel has pointed out, we have this dependency: MLJModelInterface -> ScientificTypesBase This makes MLJModelInterface...
In view of the constraints just mentioned, and after consulting with @OkonSamuel, here is a rough proposal of what we could do. Basically, we are keeping the basic structure of...
@juliohm @OkonSamuel may have some time to work on this. Given the constraints we have explained, are you happy with this proposal?
@juliohm Thanks for that response. I am happy for a counterproposal, but it should address the issue that we do not want Tables.jl to be a dependency of packages that...
Re-opening as I still think reverting to a single convention still makes sense, and DataScienceTraits.jl cannot currently replace ScientificTypes.jl. For example, there is no container support (scitypes for arrays and...
| Is there a package or interface used by MLJ for messing about with tables? In MLJ a "table" is anything implementing the Tables.jl interface and satisfying `Tables.istable(X) = true`....
This appears to have been sorted.
Wow. That's great. Ping me when you have a new release tagged with the changes and I'll update the MLJ model registry (and this issue can be closed).
Closing as surrogate models / machines now deprecated.
Just a note that this is more doable now that we have a separate `PerformanceEvaluation` and `CompactPerformanceEvaluation` types. Target predictions could be recorded in the first case but dropped in...