JuliaAI / MLJModels.jl

Home of the MLJ model registry and tools for model queries and mode code loading
MIT License
79 stars 27 forks source link

[tracking] PyCall -> PythonCall transition #506

Closed ablaom closed 1 year ago

ablaom commented 1 year ago

In discussions with @tylerjthomas, @OkonSamuel and others, we have a tentative plan to transition model-providing packages that use PyCall to ones that use PythonCall instead. Unfortunately, loading packages that use both simultaneously, while possible, requires interventions beyond the average user (in my view) and complicates integration tests and updating the MLJ Model Registry. So this needs to be a coordinated transition.

A tentative plan is:

tylerjthomas9 commented 1 year ago
  • [ ] take several deep breaths (@ablaom)

The most important step

ablaom commented 1 year ago

Okay. I'm taking those deep breaths now. Will roll the rest of this out (including CatBoost.jl addition to registry) after the weekend.