We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996944c commit d6c0016Copy full SHA for d6c0016
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+## [0.2.0] - 2024-11-25
4
5
+- Added Conditional and Attentive Neural Processes
6
+- Added Gaussian Processes and Multi-task Gaussian Processes with GPyTorch
7
+- Changed parts of the UI:
8
+ - print_results() is now summarise_cv()
9
+ - plot_results() is now plot_cv()
10
+ - evaluate_model() is now evaluate()
11
+ - plot_model() is now plot_eval()
12
+- Added Global Sensitivity Analysis
13
+- Removed Bayesian Hyperparameter Optimization
0 commit comments