Commit 24f3256
committed
Add ML database models and implement SQLite and Postgres providers
- Created MLExperiment, MLExperimentRequest, MLPrediction, ModelArtifact, ModelPerformanceAnalysis, ModelPerformanceMetric, ModelPerformanceTrend, TrainingDataReference, and VectorSearchResult classes.
- Implemented PostgresMLProvider and SQLiteMLProvider for managing ML experiments, artifacts, and training data.
- Added methods for creating experiments, updating statuses, adding model artifacts, and retrieving experiment artifacts.
- Introduced a new Design Patterns project demonstrating volatility-based decomposition pattern with examples including pricing systems, rules engines, and plugin architectures.1 parent 8278d80 commit 24f3256
382 files changed
Lines changed: 10163 additions & 7869 deletions
File tree
- .best-practices
- cloud-architecture
- software-architecture
- .copilot
- .github
- chatmodes
- instructions
- .nuget/NuGet
- .vscode
- docs/design-patterns
- src
- Algorithm.DataStructures
- Algorithm.DynamicProgramming
- Aspire.ConfigurationManagement
- Aspire.DeploymentStrategies
- Aspire.HealthMonitoring
- CSharp.ActorModel
- CSharp.AsyncEnumerable
- CSharp.AsyncLazyLoading
- CSharp.AzureManagedIdentity
- CSharp.CacheAside
- CSharp.CacheInvalidation
- CSharp.CancellationPatterns
- CSharp.CircuitBreaker
- CSharp.ConcurrentCollections
- CSharp.DistributedCache
- CSharp.EventSourcing
- CSharp.ExceptionHandling
- CSharp.FunctionalLinq
- CSharp.LinqExtensions
- CSharp.Memoization
- CSharp.ProducerConsumer
- CSharp.SpanOperations
- Database.MLDatabaseExamples
- Database.MLDatabases
- DesignPatterns.Behavioral/Interpreter
- DesignPatterns.Structural/Composite
- DesignPatterns.VolatilityDecomposition
- Notebooks.MLDatabaseExamples
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments