You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/history.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,4 +37,11 @@ History
37
37
- Added a few more Trainer Params like `deterministic`, `auto_select_gpus`
38
38
- Some bug fixes and changes to docs
39
39
- Added `seed_everything` to the fit method to ensure reproducibility
40
-
- Refactored data_aware_initialization to be part of the BaseModel. Inherited Models can override the method to implement data aware initialization techniques
40
+
- Refactored data_aware_initialization to be part of the BaseModel. Inherited Models can override the method to implement data aware initialization techniques
41
+
42
+
0.7.0 (2021-09-01)
43
+
------------------
44
+
- Implemented TabTransformer and FTTransformer models
45
+
- Included capability to save a model using GPU an load in CPU
46
+
- Made the temp folder pytorch tabular specific to avoid conflicts with other tmp folders.
0 commit comments