Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull Embedded ML Code Out of Ceph Upstream and Create Standalone Module #27

Open
3 tasks
chauhankaranraj opened this issue Mar 31, 2021 · 1 comment
Open
3 tasks
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@chauhankaranraj
Copy link
Member

chauhankaranraj commented Mar 31, 2021

As a data scientist,
I want to create a public python module to run inference using the models trained in this project,
So that these disk health prediction models are accessible and usable by a wider audience than just ceph users.

As a ceph product manager,
I want to use a separate, standalone python module for disk health prediction,
So that data preprocessing, feature selection, model selection, and other steps of the ML pipeline are decoupled from the ceph codebase. The ceph manager daemon should be able to just pass raw data to this module, and get health predictions in return.

Acceptance Criteria

  • standalone python module created
  • delivery pipeline is up and running on git tag creation @harshad16
  • python module delivered to pypi.org/AICoE/ @harshad16
@goern
Copy link
Contributor

goern commented Apr 1, 2021

/kind feature

@sesheta sesheta added the kind/feature Categorizes issue or PR as related to a new feature. label Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants