JuliaAI / JuliaAI/ScientificTypes.jl
Add implementation of `scitype` for "points on a manifold"
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 98
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
The tentative suggestion is that scitype((p, M)) = ManifoldPoint{typeof(M)} whenever M isa Manifolds.Manifold.
Context:https://github.com/JuliaManifolds/ManifoldML.jl/issues/3
Requires: https://github.com/alan-turing-institute/ScientificTypes.jl/issues/114
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the existing scitype implementation and review the proposal in ManifoldML.jl issue 3, along with the prerequisite in ScientificTypes.jl issue 114. Implement the suggested mapping for points on a manifold, and consider the issue done when the dependency is available and the mapping is covered by the project's tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100