autogluon 1.4.0b20250724__tar.gz → 1.4.0b20250725__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon
3
- Version: 1.4.0b20250724
3
+ Version: 1.4.0b20250725
4
4
  Summary: Fast and Accurate ML in 3 Lines of Code
5
5
  Home-page: https://github.com/autogluon/autogluon
6
6
  Author: AutoGluon Community
@@ -80,7 +80,7 @@ Build accurate end-to-end ML models in just 3 lines of code!
80
80
 
81
81
  ```python
82
82
  from autogluon.tabular import TabularPredictor
83
- predictor = TabularPredictor(label="class").fit("train.csv")
83
+ predictor = TabularPredictor(label="class").fit("train.csv", presets="best")
84
84
  predictions = predictor.predict("test.csv")
85
85
  ```
86
86
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon
3
- Version: 1.4.0b20250724
3
+ Version: 1.4.0b20250725
4
4
  Summary: Fast and Accurate ML in 3 Lines of Code
5
5
  Home-page: https://github.com/autogluon/autogluon
6
6
  Author: AutoGluon Community
@@ -80,7 +80,7 @@ Build accurate end-to-end ML models in just 3 lines of code!
80
80
 
81
81
  ```python
82
82
  from autogluon.tabular import TabularPredictor
83
- predictor = TabularPredictor(label="class").fit("train.csv")
83
+ predictor = TabularPredictor(label="class").fit("train.csv", presets="best")
84
84
  predictions = predictor.predict("test.csv")
85
85
  ```
86
86
 
@@ -0,0 +1,8 @@
1
+ autogluon.core[all]==1.4.0b20250725
2
+ autogluon.features==1.4.0b20250725
3
+ autogluon.tabular[all]==1.4.0b20250725
4
+ autogluon.multimodal==1.4.0b20250725
5
+ autogluon.timeseries[all]==1.4.0b20250725
6
+
7
+ [tabarena]
8
+ autogluon.tabular[tabarena]==1.4.0b20250725
@@ -1,8 +0,0 @@
1
- autogluon.core[all]==1.4.0b20250724
2
- autogluon.features==1.4.0b20250724
3
- autogluon.tabular[all]==1.4.0b20250724
4
- autogluon.multimodal==1.4.0b20250724
5
- autogluon.timeseries[all]==1.4.0b20250724
6
-
7
- [tabarena]
8
- autogluon.tabular[tabarena]==1.4.0b20250724