Skip to content

Commit

Permalink
Merge pull request ZJUEarthData#302 from ZJUEarthData/web
Browse files Browse the repository at this point in the history
docs: v0.5.0 new features summary.
  • Loading branch information
SanyHe authored Jan 14, 2024
2 parents 5444110 + e522ed4 commit 71c3e9c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/source/Home/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

+ MLOps core of continuous training in web interface

## [0.5.0] - 2023-01-14

### Added

+ Missing value process with three options
+ Fixed random state for all models
+ New Models:
+ Regression Models
+ Bayesian Ridge Regression
+ Clustering Models
+ Agglomerative Clustering

### Changed

+ Renamed command to implement model inference


## [0.4.0] - 2023-12-15

### Added
Expand All @@ -35,10 +52,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+ K-Nearest Neighbors
+ Stochastic Gradient Descent


### Changed
+ Lasso regression model with automatic parameter tuning functionality


## [0.3.0] - 2023-08-11

### Added
Expand Down Expand Up @@ -111,6 +128,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),


[ unreleased ]: https://github.com/ZJUEarthData/geochemistrypi
[ 0.5.0 ]: https://github.com/ZJUEarthData/geochemistrypi/compare/v0.4.0...v0.5.0
[ 0.4.0 ]: https://github.com/ZJUEarthData/geochemistrypi/compare/v0.3.0...v0.4.0
[ 0.3.0 ]: https://github.com/ZJUEarthData/geochemistrypi/compare/v0.2.1...v0.3.0
[ 0.2.1 ]: https://github.com/ZJUEarthData/geochemistrypi/compare/v0.2.0...v0.2.1
Expand Down

0 comments on commit 71c3e9c

Please sign in to comment.