-
Notifications
You must be signed in to change notification settings - Fork 31
Roadmap for Geochemistry π
Can (Sany) He edited this page Oct 1, 2023
·
42 revisions
-
Access Layer
- Encapsulate a
.exe
software version
- Encapsulate a
-
Core Components
-
Model inference in customized ML pipeline (CLI version) by transform pipeline
-
-
Documentation
- Make developer-related documents
- Algorithm functionality addition procedure
- Append the corresponding operations on Windows in the developer section
- Make framework-related design drawing
User activity diagram
- Make developer-related documents
-
Pipeline
-
Feature selection
-
-
Algorithm & Function
- New algorithm
KNN classification- SGD regression
- Classification
Sample balanceLabels customization- Binary & Multi-class classification
- New algorithm
-
Video
- Continuous training
- Machine Learning Lifecycle management
-
Web Development
- Refactoring
- Allow users to submit batch processing file
- Business logic (Customized ML Pipeline) should match to RESTful API
- Unit testing frameworks
- Storage should be divided as SQLAlchemyStore and FilesystemStore
- SQLite
- S3
- Rate limiting
- Change synchronization into asynchronization
- Process pool
- Message queue
- Refactoring
-
Functionality Building
-
Build T-SNE algorithm for decomposition section -
Build advanced operation for feature engineering section -
Build CLI command to activate offline server
-
-
Access Layer
-
Build up web portal templateLogin pageHome page
-
Build up RESTful APIs templateOAuth2 authorizationSQLite database
-
-
ML Task Storage
-
Define and implement the schema to store metadata and artifactSchema specification - MLflow-
ImplementationScikit-learn & MLflowFLAML & MLflowRay & MLflow
Artifact
-
Formalize the local store formatData StoreImage StoreModel Store
-
-
Documentation
-
Migrate online document into organization repository -
Optimize and integrate online documents -
Optimize and resolve sphinx related problem -
Make developer-related documentsGit operationLocal deploymentDocker deployment
-
Make framework-related design drawingSystem architecture diagramCustomized ML pipeline diagramDesign pattern diagramWorkflow class diagramStorage mechanism diagram
-
Algorithm & Function Progress Form
-
-
Optimization
-
Abstract core functionalities to simplify the pipelineRefactor four modes application functionsBuild up Mixin class
-
Regulate CI for Python and Typescript -
Regulate environment variable management -
Fix statistic analysis bug -
Improve World Map Projection by using dynamical importing
-