Skip to content

Conversation

ablaom
Copy link
Member

@ablaom ablaom commented Jul 2, 2025

This PR resolves #31 .

This issue is quite subtle, and I can imagine this caused the developer some angst. See also JuliaAI/MLJBase.jl#1002 .

Going forward, it also recommended that one does not import the namespaces of MLJBase and MLJModelInterface simultaneously. Every name in MLJModelInterface is re-exported by MLJBase, so there shouldn't be a need to import both (that is to have both using MLJBase and using MLJModelInterface calls). I have remedied this in the tests for this package here.

@ablaom ablaom requested a review from EssamWisam July 2, 2025 09:52
@ablaom
Copy link
Member Author

ablaom commented Jul 2, 2025

My remedy raised a new conflict, between StatsModels.schema and MLJBase.schema (in tests) which is also resolved.

(Another noteworthy conflict navigated here is DataFrames.transform and MLJBase.transform)

@EssamWisam
Copy link
Collaborator

Sincerely sorry for the delay and looks good to me.

@EssamWisam EssamWisam merged commit b04ad41 into dev Jul 22, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

scitype name conflict

2 participants