featrixsphere 0.2.1230__py3-none-any.whl → 0.2.1231__py3-none-any.whl
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.
- featrixsphere/__init__.py +1 -1
- featrixsphere/client.py +1 -11
- {featrixsphere-0.2.1230.dist-info → featrixsphere-0.2.1231.dist-info}/METADATA +1 -1
- featrixsphere-0.2.1231.dist-info/RECORD +9 -0
- featrixsphere-0.2.1230.dist-info/RECORD +0 -9
- {featrixsphere-0.2.1230.dist-info → featrixsphere-0.2.1231.dist-info}/WHEEL +0 -0
- {featrixsphere-0.2.1230.dist-info → featrixsphere-0.2.1231.dist-info}/entry_points.txt +0 -0
- {featrixsphere-0.2.1230.dist-info → featrixsphere-0.2.1231.dist-info}/top_level.txt +0 -0
featrixsphere/__init__.py
CHANGED
featrixsphere/client.py
CHANGED
|
@@ -4114,7 +4114,7 @@ class FeatrixSphereClient:
|
|
|
4114
4114
|
df = None,
|
|
4115
4115
|
name: str = None,
|
|
4116
4116
|
session_name_prefix: str = None,
|
|
4117
|
-
epochs: int = 0,
|
|
4117
|
+
epochs: int = 0,
|
|
4118
4118
|
rare_label_value: str = None,
|
|
4119
4119
|
class_imbalance: dict = None,
|
|
4120
4120
|
optimize_for: str = "balanced",
|
|
@@ -4138,8 +4138,6 @@ class FeatrixSphereClient:
|
|
|
4138
4138
|
name: Optional name for the new session
|
|
4139
4139
|
session_name_prefix: Optional prefix for session ID. Session will be named <prefix>-<uuid>
|
|
4140
4140
|
epochs: Number of training epochs (default: 0; automatic)
|
|
4141
|
-
batch_size: Training batch size (default: 0; automatic)
|
|
4142
|
-
learning_rate: Learning rate for training (default: 0.001)
|
|
4143
4141
|
rare_label_value: For binary classification, which class is the rare/minority class for metrics (default: None)
|
|
4144
4142
|
class_imbalance: Expected class ratios/counts from real world for sampled data (default: None)
|
|
4145
4143
|
optimize_for: Optimization target - "balanced" (F1 score), "precision", or "recall" (default: "balanced")
|
|
@@ -4201,8 +4199,6 @@ class FeatrixSphereClient:
|
|
|
4201
4199
|
"target_column": target_column,
|
|
4202
4200
|
"target_column_type": target_column_type,
|
|
4203
4201
|
"epochs": epochs,
|
|
4204
|
-
"batch_size": batch_size,
|
|
4205
|
-
"learning_rate": learning_rate,
|
|
4206
4202
|
"optimize_for": optimize_for,
|
|
4207
4203
|
}
|
|
4208
4204
|
|
|
@@ -5048,7 +5044,6 @@ class FeatrixSphereClient:
|
|
|
5048
5044
|
|
|
5049
5045
|
def train_predictor_more(self, session_id: str, epochs: int = 50,
|
|
5050
5046
|
predictor_id: str = None, target_column: str = None,
|
|
5051
|
-
batch_size: int = 0, learning_rate: float = None,
|
|
5052
5047
|
poll_interval: int = 30, max_poll_time: int = 3600,
|
|
5053
5048
|
verbose: bool = True, webhooks: Dict[str, str] = None) -> Dict[str, Any]:
|
|
5054
5049
|
"""
|
|
@@ -5060,8 +5055,6 @@ class FeatrixSphereClient:
|
|
|
5060
5055
|
epochs: Additional epochs to train (required)
|
|
5061
5056
|
predictor_id: Predictor ID to continue training (optional, highest priority)
|
|
5062
5057
|
target_column: Target column name to find predictor (optional, alternative to predictor_id)
|
|
5063
|
-
batch_size: Batch size for continuation (0 = use existing from predictor)
|
|
5064
|
-
learning_rate: Learning rate for continuation (None = use existing from predictor)
|
|
5065
5058
|
poll_interval: Seconds between status checks (default: 30)
|
|
5066
5059
|
max_poll_time: Maximum time to poll in seconds (default: 3600 = 1 hour)
|
|
5067
5060
|
verbose: Whether to print status updates (default: True)
|
|
@@ -5088,15 +5081,12 @@ class FeatrixSphereClient:
|
|
|
5088
5081
|
|
|
5089
5082
|
data = {
|
|
5090
5083
|
"epochs": epochs,
|
|
5091
|
-
"batch_size": batch_size,
|
|
5092
5084
|
}
|
|
5093
5085
|
|
|
5094
5086
|
if predictor_id:
|
|
5095
5087
|
data["predictor_id"] = predictor_id
|
|
5096
5088
|
if target_column:
|
|
5097
5089
|
data["target_column"] = target_column
|
|
5098
|
-
if learning_rate is not None:
|
|
5099
|
-
data["learning_rate"] = learning_rate
|
|
5100
5090
|
if webhooks:
|
|
5101
5091
|
data["webhooks"] = webhooks
|
|
5102
5092
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
featrixsphere/__init__.py,sha256=6ZNdECYPlgKX3-e0SbND5IrBqh0pJWhS6FJQRA_PZX0,1888
|
|
2
|
+
featrixsphere/cli.py,sha256=AW9O3vCvCNJ2UxVGN66eRmeN7XLSiHJlvK6JLZ9UJXc,13358
|
|
3
|
+
featrixsphere/client.py,sha256=6tX2WPxd4qJosxB2t8-UZIXKB9GwM2MqdFO4bOxE4QM,380517
|
|
4
|
+
featrixsphere/test_client.py,sha256=4SiRbib0ms3poK0UpnUv4G0HFQSzidF3Iswo_J2cjLk,11981
|
|
5
|
+
featrixsphere-0.2.1231.dist-info/METADATA,sha256=PZRsauNoEMUGDUkrYe7esdmZDMqMyw84ZWiQG6h3xDM,16232
|
|
6
|
+
featrixsphere-0.2.1231.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
featrixsphere-0.2.1231.dist-info/entry_points.txt,sha256=QreJeYfD_VWvbEqPmMXZ3pqqlFlJ1qZb-NtqnyhEldc,51
|
|
8
|
+
featrixsphere-0.2.1231.dist-info/top_level.txt,sha256=AyN4wjfzlD0hWnDieuEHX0KckphIk_aC73XCG4df5uU,14
|
|
9
|
+
featrixsphere-0.2.1231.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
featrixsphere/__init__.py,sha256=tnkQwrMlNHh8-4w9WYVZYPiQww0g-5xlzvUEH_Cm1qE,1888
|
|
2
|
-
featrixsphere/cli.py,sha256=AW9O3vCvCNJ2UxVGN66eRmeN7XLSiHJlvK6JLZ9UJXc,13358
|
|
3
|
-
featrixsphere/client.py,sha256=y5x_zTSryHMy-R7pleySQnkpdoztcSxq8D2cdtwNLpM,381173
|
|
4
|
-
featrixsphere/test_client.py,sha256=4SiRbib0ms3poK0UpnUv4G0HFQSzidF3Iswo_J2cjLk,11981
|
|
5
|
-
featrixsphere-0.2.1230.dist-info/METADATA,sha256=lBjYeP-nnr3rNJ7DnoArU7W853OAL_L1N2PXvVBAIDI,16232
|
|
6
|
-
featrixsphere-0.2.1230.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
featrixsphere-0.2.1230.dist-info/entry_points.txt,sha256=QreJeYfD_VWvbEqPmMXZ3pqqlFlJ1qZb-NtqnyhEldc,51
|
|
8
|
-
featrixsphere-0.2.1230.dist-info/top_level.txt,sha256=AyN4wjfzlD0hWnDieuEHX0KckphIk_aC73XCG4df5uU,14
|
|
9
|
-
featrixsphere-0.2.1230.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|