@elaraai/east-py-datascience 0.0.2-beta.8 → 0.0.2-beta.80
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.
- package/README.md +58 -1
- package/dist/src/alns/alns.d.ts +528 -0
- package/dist/src/alns/alns.d.ts.map +1 -0
- package/dist/src/alns/alns.js +238 -0
- package/dist/src/alns/alns.js.map +1 -0
- package/dist/src/google_or/google_or.d.ts +2422 -0
- package/dist/src/google_or/google_or.d.ts.map +1 -0
- package/dist/src/google_or/google_or.js +542 -0
- package/dist/src/google_or/google_or.js.map +1 -0
- package/dist/{gp → src/gp}/gp.d.ts +185 -136
- package/dist/src/gp/gp.d.ts.map +1 -0
- package/dist/{gp → src/gp}/gp.js +64 -12
- package/dist/src/gp/gp.js.map +1 -0
- package/dist/src/index.d.ts +34 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +57 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/lightgbm/lightgbm.d.ts +575 -0
- package/dist/src/lightgbm/lightgbm.d.ts.map +1 -0
- package/dist/{lightgbm → src/lightgbm}/lightgbm.js +104 -18
- package/dist/src/lightgbm/lightgbm.js.map +1 -0
- package/dist/src/lightning/lightning.d.ts +1594 -0
- package/dist/src/lightning/lightning.d.ts.map +1 -0
- package/dist/src/lightning/lightning.js +468 -0
- package/dist/src/lightning/lightning.js.map +1 -0
- package/dist/{mads → src/mads}/mads.d.ts +109 -112
- package/dist/src/mads/mads.d.ts.map +1 -0
- package/dist/{mads → src/mads}/mads.js +6 -8
- package/dist/src/mads/mads.js.map +1 -0
- package/dist/src/mapie/mapie.d.ts +3680 -0
- package/dist/src/mapie/mapie.d.ts.map +1 -0
- package/dist/src/mapie/mapie.js +616 -0
- package/dist/src/mapie/mapie.js.map +1 -0
- package/dist/{ngboost → src/ngboost}/ngboost.d.ts +192 -142
- package/dist/src/ngboost/ngboost.d.ts.map +1 -0
- package/dist/{ngboost → src/ngboost}/ngboost.js +67 -14
- package/dist/src/ngboost/ngboost.js.map +1 -0
- package/dist/src/optimization/optimization.d.ts +420 -0
- package/dist/src/optimization/optimization.d.ts.map +1 -0
- package/dist/src/optimization/optimization.js +257 -0
- package/dist/src/optimization/optimization.js.map +1 -0
- package/dist/{optuna → src/optuna}/optuna.d.ts +374 -314
- package/dist/src/optuna/optuna.d.ts.map +1 -0
- package/dist/{optuna → src/optuna}/optuna.js +2 -0
- package/dist/src/optuna/optuna.js.map +1 -0
- package/dist/src/pymc/pymc.d.ts +2932 -0
- package/dist/src/pymc/pymc.d.ts.map +1 -0
- package/dist/src/pymc/pymc.js +688 -0
- package/dist/src/pymc/pymc.js.map +1 -0
- package/dist/src/scipy/scipy.d.ts +2205 -0
- package/dist/src/scipy/scipy.d.ts.map +1 -0
- package/dist/src/scipy/scipy.js +884 -0
- package/dist/src/scipy/scipy.js.map +1 -0
- package/dist/src/shap/shap.d.ts +2988 -0
- package/dist/src/shap/shap.d.ts.map +1 -0
- package/dist/src/shap/shap.js +500 -0
- package/dist/src/shap/shap.js.map +1 -0
- package/dist/{simanneal → src/simanneal}/simanneal.d.ts +257 -160
- package/dist/src/simanneal/simanneal.d.ts.map +1 -0
- package/dist/{simanneal → src/simanneal}/simanneal.js +105 -8
- package/dist/src/simanneal/simanneal.js.map +1 -0
- package/dist/src/simulation/simulation.d.ts +431 -0
- package/dist/src/simulation/simulation.d.ts.map +1 -0
- package/dist/src/simulation/simulation.js +306 -0
- package/dist/src/simulation/simulation.js.map +1 -0
- package/dist/src/sklearn/sklearn.d.ts +6362 -0
- package/dist/src/sklearn/sklearn.d.ts.map +1 -0
- package/dist/src/sklearn/sklearn.js +1508 -0
- package/dist/src/sklearn/sklearn.js.map +1 -0
- package/dist/src/torch/torch.d.ts +1205 -0
- package/dist/src/torch/torch.d.ts.map +1 -0
- package/dist/{torch → src/torch}/torch.js +109 -18
- package/dist/src/torch/torch.js.map +1 -0
- package/dist/src/types.d.ts +43 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/types.js +44 -0
- package/dist/src/types.js.map +1 -0
- package/dist/src/xgboost/xgboost.d.ts +1424 -0
- package/dist/src/xgboost/xgboost.d.ts.map +1 -0
- package/dist/src/xgboost/xgboost.js +432 -0
- package/dist/src/xgboost/xgboost.js.map +1 -0
- package/package.json +12 -12
- package/dist/gp/gp.d.ts.map +0 -1
- package/dist/gp/gp.js.map +0 -1
- package/dist/index.d.ts +0 -27
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -41
- package/dist/index.js.map +0 -1
- package/dist/lightgbm/lightgbm.d.ts +0 -494
- package/dist/lightgbm/lightgbm.d.ts.map +0 -1
- package/dist/lightgbm/lightgbm.js.map +0 -1
- package/dist/mads/mads.d.ts.map +0 -1
- package/dist/mads/mads.js.map +0 -1
- package/dist/ngboost/ngboost.d.ts.map +0 -1
- package/dist/ngboost/ngboost.js.map +0 -1
- package/dist/optuna/optuna.d.ts.map +0 -1
- package/dist/optuna/optuna.js.map +0 -1
- package/dist/scipy/scipy.d.ts +0 -1260
- package/dist/scipy/scipy.d.ts.map +0 -1
- package/dist/scipy/scipy.js +0 -413
- package/dist/scipy/scipy.js.map +0 -1
- package/dist/shap/shap.d.ts +0 -657
- package/dist/shap/shap.d.ts.map +0 -1
- package/dist/shap/shap.js +0 -241
- package/dist/shap/shap.js.map +0 -1
- package/dist/simanneal/simanneal.d.ts.map +0 -1
- package/dist/simanneal/simanneal.js.map +0 -1
- package/dist/sklearn/sklearn.d.ts +0 -2691
- package/dist/sklearn/sklearn.d.ts.map +0 -1
- package/dist/sklearn/sklearn.js +0 -524
- package/dist/sklearn/sklearn.js.map +0 -1
- package/dist/torch/torch.d.ts +0 -1081
- package/dist/torch/torch.d.ts.map +0 -1
- package/dist/torch/torch.js.map +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/types.d.ts +0 -80
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -81
- package/dist/types.js.map +0 -1
- package/dist/xgboost/xgboost.d.ts +0 -504
- package/dist/xgboost/xgboost.d.ts.map +0 -1
- package/dist/xgboost/xgboost.js +0 -177
- package/dist/xgboost/xgboost.js.map +0 -1
|
@@ -1,494 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2025 Elara AI Pty Ltd
|
|
3
|
-
* Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* LightGBM platform functions for East.
|
|
7
|
-
*
|
|
8
|
-
* Provides fast gradient boosting for regression and classification.
|
|
9
|
-
* Uses cloudpickle for model serialization.
|
|
10
|
-
*
|
|
11
|
-
* @packageDocumentation
|
|
12
|
-
*/
|
|
13
|
-
import { StructType, VariantType, OptionType, IntegerType, FloatType, BlobType } from "@elaraai/east";
|
|
14
|
-
export { VectorType, MatrixType, LabelVectorType } from "../types.js";
|
|
15
|
-
/**
|
|
16
|
-
* Configuration for LightGBM models.
|
|
17
|
-
*/
|
|
18
|
-
export declare const LightGBMConfigType: StructType<{
|
|
19
|
-
/** Number of boosting rounds (default 100) */
|
|
20
|
-
n_estimators: OptionType<IntegerType>;
|
|
21
|
-
/** Maximum tree depth, -1 for unlimited (default -1) */
|
|
22
|
-
max_depth: OptionType<IntegerType>;
|
|
23
|
-
/** Learning rate / step size shrinkage (default 0.1) */
|
|
24
|
-
learning_rate: OptionType<FloatType>;
|
|
25
|
-
/** Maximum number of leaves in one tree (default 31) */
|
|
26
|
-
num_leaves: OptionType<IntegerType>;
|
|
27
|
-
/** Minimum number of samples required in a leaf (default 20) */
|
|
28
|
-
min_child_samples: OptionType<IntegerType>;
|
|
29
|
-
/** Subsample ratio of training instances (default 1.0) */
|
|
30
|
-
subsample: OptionType<FloatType>;
|
|
31
|
-
/** Subsample ratio of columns when constructing trees (default 1.0) */
|
|
32
|
-
colsample_bytree: OptionType<FloatType>;
|
|
33
|
-
/** L1 regularization term (default 0) */
|
|
34
|
-
reg_alpha: OptionType<FloatType>;
|
|
35
|
-
/** L2 regularization term (default 0) */
|
|
36
|
-
reg_lambda: OptionType<FloatType>;
|
|
37
|
-
/** Random seed for reproducibility */
|
|
38
|
-
random_state: OptionType<IntegerType>;
|
|
39
|
-
/** Number of parallel threads (default -1 for all cores) */
|
|
40
|
-
n_jobs: OptionType<IntegerType>;
|
|
41
|
-
}>;
|
|
42
|
-
/**
|
|
43
|
-
* Model blob type for serialized LightGBM models.
|
|
44
|
-
*
|
|
45
|
-
* Each model type has its own variant case containing cloudpickle bytes and metadata.
|
|
46
|
-
*/
|
|
47
|
-
export declare const LightGBMModelBlobType: VariantType<{
|
|
48
|
-
/** LightGBM regressor model */
|
|
49
|
-
lightgbm_regressor: StructType<{
|
|
50
|
-
/** Cloudpickle serialized model */
|
|
51
|
-
data: BlobType;
|
|
52
|
-
/** Number of input features */
|
|
53
|
-
n_features: IntegerType;
|
|
54
|
-
}>;
|
|
55
|
-
/** LightGBM classifier model */
|
|
56
|
-
lightgbm_classifier: StructType<{
|
|
57
|
-
/** Cloudpickle serialized model */
|
|
58
|
-
data: BlobType;
|
|
59
|
-
/** Number of input features */
|
|
60
|
-
n_features: IntegerType;
|
|
61
|
-
/** Number of classes */
|
|
62
|
-
n_classes: IntegerType;
|
|
63
|
-
}>;
|
|
64
|
-
}>;
|
|
65
|
-
/**
|
|
66
|
-
* Train a LightGBM regression model.
|
|
67
|
-
*
|
|
68
|
-
* @param X - Feature matrix
|
|
69
|
-
* @param y - Target vector
|
|
70
|
-
* @param config - LightGBM configuration
|
|
71
|
-
* @returns Model blob containing trained regressor
|
|
72
|
-
*/
|
|
73
|
-
export declare const lightgbm_train_regressor: import("@elaraai/east").PlatformDefinition<[import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>, import("@elaraai/east").ArrayType<FloatType>, StructType<{
|
|
74
|
-
/** Number of boosting rounds (default 100) */
|
|
75
|
-
n_estimators: OptionType<IntegerType>;
|
|
76
|
-
/** Maximum tree depth, -1 for unlimited (default -1) */
|
|
77
|
-
max_depth: OptionType<IntegerType>;
|
|
78
|
-
/** Learning rate / step size shrinkage (default 0.1) */
|
|
79
|
-
learning_rate: OptionType<FloatType>;
|
|
80
|
-
/** Maximum number of leaves in one tree (default 31) */
|
|
81
|
-
num_leaves: OptionType<IntegerType>;
|
|
82
|
-
/** Minimum number of samples required in a leaf (default 20) */
|
|
83
|
-
min_child_samples: OptionType<IntegerType>;
|
|
84
|
-
/** Subsample ratio of training instances (default 1.0) */
|
|
85
|
-
subsample: OptionType<FloatType>;
|
|
86
|
-
/** Subsample ratio of columns when constructing trees (default 1.0) */
|
|
87
|
-
colsample_bytree: OptionType<FloatType>;
|
|
88
|
-
/** L1 regularization term (default 0) */
|
|
89
|
-
reg_alpha: OptionType<FloatType>;
|
|
90
|
-
/** L2 regularization term (default 0) */
|
|
91
|
-
reg_lambda: OptionType<FloatType>;
|
|
92
|
-
/** Random seed for reproducibility */
|
|
93
|
-
random_state: OptionType<IntegerType>;
|
|
94
|
-
/** Number of parallel threads (default -1 for all cores) */
|
|
95
|
-
n_jobs: OptionType<IntegerType>;
|
|
96
|
-
}>], VariantType<{
|
|
97
|
-
/** LightGBM regressor model */
|
|
98
|
-
lightgbm_regressor: StructType<{
|
|
99
|
-
/** Cloudpickle serialized model */
|
|
100
|
-
data: BlobType;
|
|
101
|
-
/** Number of input features */
|
|
102
|
-
n_features: IntegerType;
|
|
103
|
-
}>;
|
|
104
|
-
/** LightGBM classifier model */
|
|
105
|
-
lightgbm_classifier: StructType<{
|
|
106
|
-
/** Cloudpickle serialized model */
|
|
107
|
-
data: BlobType;
|
|
108
|
-
/** Number of input features */
|
|
109
|
-
n_features: IntegerType;
|
|
110
|
-
/** Number of classes */
|
|
111
|
-
n_classes: IntegerType;
|
|
112
|
-
}>;
|
|
113
|
-
}>>;
|
|
114
|
-
/**
|
|
115
|
-
* Train a LightGBM classification model.
|
|
116
|
-
*
|
|
117
|
-
* @param X - Feature matrix
|
|
118
|
-
* @param y - Label vector (integer class labels)
|
|
119
|
-
* @param config - LightGBM configuration
|
|
120
|
-
* @returns Model blob containing trained classifier
|
|
121
|
-
*/
|
|
122
|
-
export declare const lightgbm_train_classifier: import("@elaraai/east").PlatformDefinition<[import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>, import("@elaraai/east").ArrayType<IntegerType>, StructType<{
|
|
123
|
-
/** Number of boosting rounds (default 100) */
|
|
124
|
-
n_estimators: OptionType<IntegerType>;
|
|
125
|
-
/** Maximum tree depth, -1 for unlimited (default -1) */
|
|
126
|
-
max_depth: OptionType<IntegerType>;
|
|
127
|
-
/** Learning rate / step size shrinkage (default 0.1) */
|
|
128
|
-
learning_rate: OptionType<FloatType>;
|
|
129
|
-
/** Maximum number of leaves in one tree (default 31) */
|
|
130
|
-
num_leaves: OptionType<IntegerType>;
|
|
131
|
-
/** Minimum number of samples required in a leaf (default 20) */
|
|
132
|
-
min_child_samples: OptionType<IntegerType>;
|
|
133
|
-
/** Subsample ratio of training instances (default 1.0) */
|
|
134
|
-
subsample: OptionType<FloatType>;
|
|
135
|
-
/** Subsample ratio of columns when constructing trees (default 1.0) */
|
|
136
|
-
colsample_bytree: OptionType<FloatType>;
|
|
137
|
-
/** L1 regularization term (default 0) */
|
|
138
|
-
reg_alpha: OptionType<FloatType>;
|
|
139
|
-
/** L2 regularization term (default 0) */
|
|
140
|
-
reg_lambda: OptionType<FloatType>;
|
|
141
|
-
/** Random seed for reproducibility */
|
|
142
|
-
random_state: OptionType<IntegerType>;
|
|
143
|
-
/** Number of parallel threads (default -1 for all cores) */
|
|
144
|
-
n_jobs: OptionType<IntegerType>;
|
|
145
|
-
}>], VariantType<{
|
|
146
|
-
/** LightGBM regressor model */
|
|
147
|
-
lightgbm_regressor: StructType<{
|
|
148
|
-
/** Cloudpickle serialized model */
|
|
149
|
-
data: BlobType;
|
|
150
|
-
/** Number of input features */
|
|
151
|
-
n_features: IntegerType;
|
|
152
|
-
}>;
|
|
153
|
-
/** LightGBM classifier model */
|
|
154
|
-
lightgbm_classifier: StructType<{
|
|
155
|
-
/** Cloudpickle serialized model */
|
|
156
|
-
data: BlobType;
|
|
157
|
-
/** Number of input features */
|
|
158
|
-
n_features: IntegerType;
|
|
159
|
-
/** Number of classes */
|
|
160
|
-
n_classes: IntegerType;
|
|
161
|
-
}>;
|
|
162
|
-
}>>;
|
|
163
|
-
/**
|
|
164
|
-
* Make predictions with a trained LightGBM regressor.
|
|
165
|
-
*
|
|
166
|
-
* @param model - Trained regressor model blob
|
|
167
|
-
* @param X - Feature matrix
|
|
168
|
-
* @returns Predicted values
|
|
169
|
-
*/
|
|
170
|
-
export declare const lightgbm_predict: import("@elaraai/east").PlatformDefinition<[VariantType<{
|
|
171
|
-
/** LightGBM regressor model */
|
|
172
|
-
lightgbm_regressor: StructType<{
|
|
173
|
-
/** Cloudpickle serialized model */
|
|
174
|
-
data: BlobType;
|
|
175
|
-
/** Number of input features */
|
|
176
|
-
n_features: IntegerType;
|
|
177
|
-
}>;
|
|
178
|
-
/** LightGBM classifier model */
|
|
179
|
-
lightgbm_classifier: StructType<{
|
|
180
|
-
/** Cloudpickle serialized model */
|
|
181
|
-
data: BlobType;
|
|
182
|
-
/** Number of input features */
|
|
183
|
-
n_features: IntegerType;
|
|
184
|
-
/** Number of classes */
|
|
185
|
-
n_classes: IntegerType;
|
|
186
|
-
}>;
|
|
187
|
-
}>, import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>], import("@elaraai/east").ArrayType<FloatType>>;
|
|
188
|
-
/**
|
|
189
|
-
* Predict class labels with a trained LightGBM classifier.
|
|
190
|
-
*
|
|
191
|
-
* @param model - Trained classifier model blob
|
|
192
|
-
* @param X - Feature matrix
|
|
193
|
-
* @returns Predicted class labels
|
|
194
|
-
*/
|
|
195
|
-
export declare const lightgbm_predict_class: import("@elaraai/east").PlatformDefinition<[VariantType<{
|
|
196
|
-
/** LightGBM regressor model */
|
|
197
|
-
lightgbm_regressor: StructType<{
|
|
198
|
-
/** Cloudpickle serialized model */
|
|
199
|
-
data: BlobType;
|
|
200
|
-
/** Number of input features */
|
|
201
|
-
n_features: IntegerType;
|
|
202
|
-
}>;
|
|
203
|
-
/** LightGBM classifier model */
|
|
204
|
-
lightgbm_classifier: StructType<{
|
|
205
|
-
/** Cloudpickle serialized model */
|
|
206
|
-
data: BlobType;
|
|
207
|
-
/** Number of input features */
|
|
208
|
-
n_features: IntegerType;
|
|
209
|
-
/** Number of classes */
|
|
210
|
-
n_classes: IntegerType;
|
|
211
|
-
}>;
|
|
212
|
-
}>, import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>], import("@elaraai/east").ArrayType<IntegerType>>;
|
|
213
|
-
/**
|
|
214
|
-
* Get class probabilities from a trained LightGBM classifier.
|
|
215
|
-
*
|
|
216
|
-
* @param model - Trained classifier model blob
|
|
217
|
-
* @param X - Feature matrix
|
|
218
|
-
* @returns Probability matrix (n_samples x n_classes)
|
|
219
|
-
*/
|
|
220
|
-
export declare const lightgbm_predict_proba: import("@elaraai/east").PlatformDefinition<[VariantType<{
|
|
221
|
-
/** LightGBM regressor model */
|
|
222
|
-
lightgbm_regressor: StructType<{
|
|
223
|
-
/** Cloudpickle serialized model */
|
|
224
|
-
data: BlobType;
|
|
225
|
-
/** Number of input features */
|
|
226
|
-
n_features: IntegerType;
|
|
227
|
-
}>;
|
|
228
|
-
/** LightGBM classifier model */
|
|
229
|
-
lightgbm_classifier: StructType<{
|
|
230
|
-
/** Cloudpickle serialized model */
|
|
231
|
-
data: BlobType;
|
|
232
|
-
/** Number of input features */
|
|
233
|
-
n_features: IntegerType;
|
|
234
|
-
/** Number of classes */
|
|
235
|
-
n_classes: IntegerType;
|
|
236
|
-
}>;
|
|
237
|
-
}>, import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>], import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>>;
|
|
238
|
-
/**
|
|
239
|
-
* Type definitions for LightGBM functions.
|
|
240
|
-
*/
|
|
241
|
-
export declare const LightGBMTypes: {
|
|
242
|
-
/** Vector type (array of floats) */
|
|
243
|
-
readonly VectorType: import("@elaraai/east").ArrayType<FloatType>;
|
|
244
|
-
/** Matrix type (2D array of floats) */
|
|
245
|
-
readonly MatrixType: import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>;
|
|
246
|
-
/** Label vector type (array of integers) */
|
|
247
|
-
readonly LabelVectorType: import("@elaraai/east").ArrayType<IntegerType>;
|
|
248
|
-
/** LightGBM configuration type */
|
|
249
|
-
readonly LightGBMConfigType: StructType<{
|
|
250
|
-
/** Number of boosting rounds (default 100) */
|
|
251
|
-
n_estimators: OptionType<IntegerType>;
|
|
252
|
-
/** Maximum tree depth, -1 for unlimited (default -1) */
|
|
253
|
-
max_depth: OptionType<IntegerType>;
|
|
254
|
-
/** Learning rate / step size shrinkage (default 0.1) */
|
|
255
|
-
learning_rate: OptionType<FloatType>;
|
|
256
|
-
/** Maximum number of leaves in one tree (default 31) */
|
|
257
|
-
num_leaves: OptionType<IntegerType>;
|
|
258
|
-
/** Minimum number of samples required in a leaf (default 20) */
|
|
259
|
-
min_child_samples: OptionType<IntegerType>;
|
|
260
|
-
/** Subsample ratio of training instances (default 1.0) */
|
|
261
|
-
subsample: OptionType<FloatType>;
|
|
262
|
-
/** Subsample ratio of columns when constructing trees (default 1.0) */
|
|
263
|
-
colsample_bytree: OptionType<FloatType>;
|
|
264
|
-
/** L1 regularization term (default 0) */
|
|
265
|
-
reg_alpha: OptionType<FloatType>;
|
|
266
|
-
/** L2 regularization term (default 0) */
|
|
267
|
-
reg_lambda: OptionType<FloatType>;
|
|
268
|
-
/** Random seed for reproducibility */
|
|
269
|
-
random_state: OptionType<IntegerType>;
|
|
270
|
-
/** Number of parallel threads (default -1 for all cores) */
|
|
271
|
-
n_jobs: OptionType<IntegerType>;
|
|
272
|
-
}>;
|
|
273
|
-
/** Model blob type for LightGBM models */
|
|
274
|
-
readonly ModelBlobType: VariantType<{
|
|
275
|
-
/** LightGBM regressor model */
|
|
276
|
-
lightgbm_regressor: StructType<{
|
|
277
|
-
/** Cloudpickle serialized model */
|
|
278
|
-
data: BlobType;
|
|
279
|
-
/** Number of input features */
|
|
280
|
-
n_features: IntegerType;
|
|
281
|
-
}>;
|
|
282
|
-
/** LightGBM classifier model */
|
|
283
|
-
lightgbm_classifier: StructType<{
|
|
284
|
-
/** Cloudpickle serialized model */
|
|
285
|
-
data: BlobType;
|
|
286
|
-
/** Number of input features */
|
|
287
|
-
n_features: IntegerType;
|
|
288
|
-
/** Number of classes */
|
|
289
|
-
n_classes: IntegerType;
|
|
290
|
-
}>;
|
|
291
|
-
}>;
|
|
292
|
-
};
|
|
293
|
-
/**
|
|
294
|
-
* LightGBM gradient boosting.
|
|
295
|
-
*
|
|
296
|
-
* Provides fast regression and classification with gradient boosted decision trees.
|
|
297
|
-
*/
|
|
298
|
-
export declare const LightGBM: {
|
|
299
|
-
/** Train LightGBM regressor */
|
|
300
|
-
readonly trainRegressor: import("@elaraai/east").PlatformDefinition<[import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>, import("@elaraai/east").ArrayType<FloatType>, StructType<{
|
|
301
|
-
/** Number of boosting rounds (default 100) */
|
|
302
|
-
n_estimators: OptionType<IntegerType>;
|
|
303
|
-
/** Maximum tree depth, -1 for unlimited (default -1) */
|
|
304
|
-
max_depth: OptionType<IntegerType>;
|
|
305
|
-
/** Learning rate / step size shrinkage (default 0.1) */
|
|
306
|
-
learning_rate: OptionType<FloatType>;
|
|
307
|
-
/** Maximum number of leaves in one tree (default 31) */
|
|
308
|
-
num_leaves: OptionType<IntegerType>;
|
|
309
|
-
/** Minimum number of samples required in a leaf (default 20) */
|
|
310
|
-
min_child_samples: OptionType<IntegerType>;
|
|
311
|
-
/** Subsample ratio of training instances (default 1.0) */
|
|
312
|
-
subsample: OptionType<FloatType>;
|
|
313
|
-
/** Subsample ratio of columns when constructing trees (default 1.0) */
|
|
314
|
-
colsample_bytree: OptionType<FloatType>;
|
|
315
|
-
/** L1 regularization term (default 0) */
|
|
316
|
-
reg_alpha: OptionType<FloatType>;
|
|
317
|
-
/** L2 regularization term (default 0) */
|
|
318
|
-
reg_lambda: OptionType<FloatType>;
|
|
319
|
-
/** Random seed for reproducibility */
|
|
320
|
-
random_state: OptionType<IntegerType>;
|
|
321
|
-
/** Number of parallel threads (default -1 for all cores) */
|
|
322
|
-
n_jobs: OptionType<IntegerType>;
|
|
323
|
-
}>], VariantType<{
|
|
324
|
-
/** LightGBM regressor model */
|
|
325
|
-
lightgbm_regressor: StructType<{
|
|
326
|
-
/** Cloudpickle serialized model */
|
|
327
|
-
data: BlobType;
|
|
328
|
-
/** Number of input features */
|
|
329
|
-
n_features: IntegerType;
|
|
330
|
-
}>;
|
|
331
|
-
/** LightGBM classifier model */
|
|
332
|
-
lightgbm_classifier: StructType<{
|
|
333
|
-
/** Cloudpickle serialized model */
|
|
334
|
-
data: BlobType;
|
|
335
|
-
/** Number of input features */
|
|
336
|
-
n_features: IntegerType;
|
|
337
|
-
/** Number of classes */
|
|
338
|
-
n_classes: IntegerType;
|
|
339
|
-
}>;
|
|
340
|
-
}>>;
|
|
341
|
-
/** Train LightGBM classifier */
|
|
342
|
-
readonly trainClassifier: import("@elaraai/east").PlatformDefinition<[import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>, import("@elaraai/east").ArrayType<IntegerType>, StructType<{
|
|
343
|
-
/** Number of boosting rounds (default 100) */
|
|
344
|
-
n_estimators: OptionType<IntegerType>;
|
|
345
|
-
/** Maximum tree depth, -1 for unlimited (default -1) */
|
|
346
|
-
max_depth: OptionType<IntegerType>;
|
|
347
|
-
/** Learning rate / step size shrinkage (default 0.1) */
|
|
348
|
-
learning_rate: OptionType<FloatType>;
|
|
349
|
-
/** Maximum number of leaves in one tree (default 31) */
|
|
350
|
-
num_leaves: OptionType<IntegerType>;
|
|
351
|
-
/** Minimum number of samples required in a leaf (default 20) */
|
|
352
|
-
min_child_samples: OptionType<IntegerType>;
|
|
353
|
-
/** Subsample ratio of training instances (default 1.0) */
|
|
354
|
-
subsample: OptionType<FloatType>;
|
|
355
|
-
/** Subsample ratio of columns when constructing trees (default 1.0) */
|
|
356
|
-
colsample_bytree: OptionType<FloatType>;
|
|
357
|
-
/** L1 regularization term (default 0) */
|
|
358
|
-
reg_alpha: OptionType<FloatType>;
|
|
359
|
-
/** L2 regularization term (default 0) */
|
|
360
|
-
reg_lambda: OptionType<FloatType>;
|
|
361
|
-
/** Random seed for reproducibility */
|
|
362
|
-
random_state: OptionType<IntegerType>;
|
|
363
|
-
/** Number of parallel threads (default -1 for all cores) */
|
|
364
|
-
n_jobs: OptionType<IntegerType>;
|
|
365
|
-
}>], VariantType<{
|
|
366
|
-
/** LightGBM regressor model */
|
|
367
|
-
lightgbm_regressor: StructType<{
|
|
368
|
-
/** Cloudpickle serialized model */
|
|
369
|
-
data: BlobType;
|
|
370
|
-
/** Number of input features */
|
|
371
|
-
n_features: IntegerType;
|
|
372
|
-
}>;
|
|
373
|
-
/** LightGBM classifier model */
|
|
374
|
-
lightgbm_classifier: StructType<{
|
|
375
|
-
/** Cloudpickle serialized model */
|
|
376
|
-
data: BlobType;
|
|
377
|
-
/** Number of input features */
|
|
378
|
-
n_features: IntegerType;
|
|
379
|
-
/** Number of classes */
|
|
380
|
-
n_classes: IntegerType;
|
|
381
|
-
}>;
|
|
382
|
-
}>>;
|
|
383
|
-
/** Make predictions with regressor */
|
|
384
|
-
readonly predict: import("@elaraai/east").PlatformDefinition<[VariantType<{
|
|
385
|
-
/** LightGBM regressor model */
|
|
386
|
-
lightgbm_regressor: StructType<{
|
|
387
|
-
/** Cloudpickle serialized model */
|
|
388
|
-
data: BlobType;
|
|
389
|
-
/** Number of input features */
|
|
390
|
-
n_features: IntegerType;
|
|
391
|
-
}>;
|
|
392
|
-
/** LightGBM classifier model */
|
|
393
|
-
lightgbm_classifier: StructType<{
|
|
394
|
-
/** Cloudpickle serialized model */
|
|
395
|
-
data: BlobType;
|
|
396
|
-
/** Number of input features */
|
|
397
|
-
n_features: IntegerType;
|
|
398
|
-
/** Number of classes */
|
|
399
|
-
n_classes: IntegerType;
|
|
400
|
-
}>;
|
|
401
|
-
}>, import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>], import("@elaraai/east").ArrayType<FloatType>>;
|
|
402
|
-
/** Predict class labels with classifier */
|
|
403
|
-
readonly predictClass: import("@elaraai/east").PlatformDefinition<[VariantType<{
|
|
404
|
-
/** LightGBM regressor model */
|
|
405
|
-
lightgbm_regressor: StructType<{
|
|
406
|
-
/** Cloudpickle serialized model */
|
|
407
|
-
data: BlobType;
|
|
408
|
-
/** Number of input features */
|
|
409
|
-
n_features: IntegerType;
|
|
410
|
-
}>;
|
|
411
|
-
/** LightGBM classifier model */
|
|
412
|
-
lightgbm_classifier: StructType<{
|
|
413
|
-
/** Cloudpickle serialized model */
|
|
414
|
-
data: BlobType;
|
|
415
|
-
/** Number of input features */
|
|
416
|
-
n_features: IntegerType;
|
|
417
|
-
/** Number of classes */
|
|
418
|
-
n_classes: IntegerType;
|
|
419
|
-
}>;
|
|
420
|
-
}>, import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>], import("@elaraai/east").ArrayType<IntegerType>>;
|
|
421
|
-
/** Get class probabilities from classifier */
|
|
422
|
-
readonly predictProba: import("@elaraai/east").PlatformDefinition<[VariantType<{
|
|
423
|
-
/** LightGBM regressor model */
|
|
424
|
-
lightgbm_regressor: StructType<{
|
|
425
|
-
/** Cloudpickle serialized model */
|
|
426
|
-
data: BlobType;
|
|
427
|
-
/** Number of input features */
|
|
428
|
-
n_features: IntegerType;
|
|
429
|
-
}>;
|
|
430
|
-
/** LightGBM classifier model */
|
|
431
|
-
lightgbm_classifier: StructType<{
|
|
432
|
-
/** Cloudpickle serialized model */
|
|
433
|
-
data: BlobType;
|
|
434
|
-
/** Number of input features */
|
|
435
|
-
n_features: IntegerType;
|
|
436
|
-
/** Number of classes */
|
|
437
|
-
n_classes: IntegerType;
|
|
438
|
-
}>;
|
|
439
|
-
}>, import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>], import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>>;
|
|
440
|
-
/** Type definitions */
|
|
441
|
-
readonly Types: {
|
|
442
|
-
/** Vector type (array of floats) */
|
|
443
|
-
readonly VectorType: import("@elaraai/east").ArrayType<FloatType>;
|
|
444
|
-
/** Matrix type (2D array of floats) */
|
|
445
|
-
readonly MatrixType: import("@elaraai/east").ArrayType<import("@elaraai/east").ArrayType<FloatType>>;
|
|
446
|
-
/** Label vector type (array of integers) */
|
|
447
|
-
readonly LabelVectorType: import("@elaraai/east").ArrayType<IntegerType>;
|
|
448
|
-
/** LightGBM configuration type */
|
|
449
|
-
readonly LightGBMConfigType: StructType<{
|
|
450
|
-
/** Number of boosting rounds (default 100) */
|
|
451
|
-
n_estimators: OptionType<IntegerType>;
|
|
452
|
-
/** Maximum tree depth, -1 for unlimited (default -1) */
|
|
453
|
-
max_depth: OptionType<IntegerType>;
|
|
454
|
-
/** Learning rate / step size shrinkage (default 0.1) */
|
|
455
|
-
learning_rate: OptionType<FloatType>;
|
|
456
|
-
/** Maximum number of leaves in one tree (default 31) */
|
|
457
|
-
num_leaves: OptionType<IntegerType>;
|
|
458
|
-
/** Minimum number of samples required in a leaf (default 20) */
|
|
459
|
-
min_child_samples: OptionType<IntegerType>;
|
|
460
|
-
/** Subsample ratio of training instances (default 1.0) */
|
|
461
|
-
subsample: OptionType<FloatType>;
|
|
462
|
-
/** Subsample ratio of columns when constructing trees (default 1.0) */
|
|
463
|
-
colsample_bytree: OptionType<FloatType>;
|
|
464
|
-
/** L1 regularization term (default 0) */
|
|
465
|
-
reg_alpha: OptionType<FloatType>;
|
|
466
|
-
/** L2 regularization term (default 0) */
|
|
467
|
-
reg_lambda: OptionType<FloatType>;
|
|
468
|
-
/** Random seed for reproducibility */
|
|
469
|
-
random_state: OptionType<IntegerType>;
|
|
470
|
-
/** Number of parallel threads (default -1 for all cores) */
|
|
471
|
-
n_jobs: OptionType<IntegerType>;
|
|
472
|
-
}>;
|
|
473
|
-
/** Model blob type for LightGBM models */
|
|
474
|
-
readonly ModelBlobType: VariantType<{
|
|
475
|
-
/** LightGBM regressor model */
|
|
476
|
-
lightgbm_regressor: StructType<{
|
|
477
|
-
/** Cloudpickle serialized model */
|
|
478
|
-
data: BlobType;
|
|
479
|
-
/** Number of input features */
|
|
480
|
-
n_features: IntegerType;
|
|
481
|
-
}>;
|
|
482
|
-
/** LightGBM classifier model */
|
|
483
|
-
lightgbm_classifier: StructType<{
|
|
484
|
-
/** Cloudpickle serialized model */
|
|
485
|
-
data: BlobType;
|
|
486
|
-
/** Number of input features */
|
|
487
|
-
n_features: IntegerType;
|
|
488
|
-
/** Number of classes */
|
|
489
|
-
n_classes: IntegerType;
|
|
490
|
-
}>;
|
|
491
|
-
}>;
|
|
492
|
-
};
|
|
493
|
-
};
|
|
494
|
-
//# sourceMappingURL=lightgbm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lightgbm.d.ts","sourceRoot":"","sources":["../../src/lightgbm/lightgbm.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;GAOG;AAEH,OAAO,EAEH,UAAU,EACV,WAAW,EACX,UAAU,EACV,WAAW,EACX,SAAS,EACT,QAAQ,EACX,MAAM,eAAe,CAAC;AAIvB,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAMtE;;GAEG;AACH,eAAO,MAAM,kBAAkB;IAC3B,8CAA8C;;IAE9C,wDAAwD;;IAExD,wDAAwD;;IAExD,wDAAwD;;IAExD,gEAAgE;;IAEhE,0DAA0D;;IAE1D,uEAAuE;;IAEvE,yCAAyC;;IAEzC,yCAAyC;;IAEzC,sCAAsC;;IAEtC,4DAA4D;;EAE9D,CAAC;AAMH;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;IAC9B,+BAA+B;;QAE3B,mCAAmC;;QAEnC,+BAA+B;;;IAGnC,gCAAgC;;QAE5B,mCAAmC;;QAEnC,+BAA+B;;QAE/B,wBAAwB;;;EAG9B,CAAC;AAMH;;;;;;;GAOG;AACH,eAAO,MAAM,wBAAwB;IAhEjC,8CAA8C;;IAE9C,wDAAwD;;IAExD,wDAAwD;;IAExD,wDAAwD;;IAExD,gEAAgE;;IAEhE,0DAA0D;;IAE1D,uEAAuE;;IAEvE,yCAAyC;;IAEzC,yCAAyC;;IAEzC,sCAAsC;;IAEtC,4DAA4D;;;IAc5D,+BAA+B;;QAE3B,mCAAmC;;QAEnC,+BAA+B;;;IAGnC,gCAAgC;;QAE5B,mCAAmC;;QAEnC,+BAA+B;;QAE/B,wBAAwB;;;GAqB/B,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB;IA9ElC,8CAA8C;;IAE9C,wDAAwD;;IAExD,wDAAwD;;IAExD,wDAAwD;;IAExD,gEAAgE;;IAEhE,0DAA0D;;IAE1D,uEAAuE;;IAEvE,yCAAyC;;IAEzC,yCAAyC;;IAEzC,sCAAsC;;IAEtC,4DAA4D;;;IAc5D,+BAA+B;;QAE3B,mCAAmC;;QAEnC,+BAA+B;;;IAGnC,gCAAgC;;QAE5B,mCAAmC;;QAEnC,+BAA+B;;QAE/B,wBAAwB;;;GAmC/B,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB;IAzDzB,+BAA+B;;QAE3B,mCAAmC;;QAEnC,+BAA+B;;;IAGnC,gCAAgC;;QAE5B,mCAAmC;;QAEnC,+BAA+B;;QAE/B,wBAAwB;;;mIAgD/B,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB;IAtE/B,+BAA+B;;QAE3B,mCAAmC;;QAEnC,+BAA+B;;;IAGnC,gCAAgC;;QAE5B,mCAAmC;;QAEnC,+BAA+B;;QAE/B,wBAAwB;;;qIA6D/B,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB;IAnF/B,+BAA+B;;QAE3B,mCAAmC;;QAEnC,+BAA+B;;;IAGnC,gCAAgC;;QAE5B,mCAAmC;;QAEnC,+BAA+B;;QAE/B,wBAAwB;;;sKA0E/B,CAAC;AAMF;;GAEG;AACH,eAAO,MAAM,aAAa;IACtB,oCAAoC;;IAEpC,uCAAuC;;IAEvC,4CAA4C;;IAE5C,kCAAkC;;QAzIlC,8CAA8C;;QAE9C,wDAAwD;;QAExD,wDAAwD;;QAExD,wDAAwD;;QAExD,gEAAgE;;QAEhE,0DAA0D;;QAE1D,uEAAuE;;QAEvE,yCAAyC;;QAEzC,yCAAyC;;QAEzC,sCAAsC;;QAEtC,4DAA4D;;;IAuH5D,0CAA0C;;QAzG1C,+BAA+B;;YAE3B,mCAAmC;;YAEnC,+BAA+B;;;QAGnC,gCAAgC;;YAE5B,mCAAmC;;YAEnC,+BAA+B;;YAE/B,wBAAwB;;;;CA8FtB,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,QAAQ;IACjB,+BAA+B;;QArJ/B,8CAA8C;;QAE9C,wDAAwD;;QAExD,wDAAwD;;QAExD,wDAAwD;;QAExD,gEAAgE;;QAEhE,0DAA0D;;QAE1D,uEAAuE;;QAEvE,yCAAyC;;QAEzC,yCAAyC;;QAEzC,sCAAsC;;QAEtC,4DAA4D;;;QAc5D,+BAA+B;;YAE3B,mCAAmC;;YAEnC,+BAA+B;;;QAGnC,gCAAgC;;YAE5B,mCAAmC;;YAEnC,+BAA+B;;YAE/B,wBAAwB;;;;IAwG5B,gCAAgC;;QAvJhC,8CAA8C;;QAE9C,wDAAwD;;QAExD,wDAAwD;;QAExD,wDAAwD;;QAExD,gEAAgE;;QAEhE,0DAA0D;;QAE1D,uEAAuE;;QAEvE,yCAAyC;;QAEzC,yCAAyC;;QAEzC,sCAAsC;;QAEtC,4DAA4D;;;QAc5D,+BAA+B;;YAE3B,mCAAmC;;YAEnC,+BAA+B;;;QAGnC,gCAAgC;;YAE5B,mCAAmC;;YAEnC,+BAA+B;;YAE/B,wBAAwB;;;;IA0G5B,sCAAsC;;QAvHtC,+BAA+B;;YAE3B,mCAAmC;;YAEnC,+BAA+B;;;QAGnC,gCAAgC;;YAE5B,mCAAmC;;YAEnC,+BAA+B;;YAE/B,wBAAwB;;;;IA4G5B,2CAA2C;;QAzH3C,+BAA+B;;YAE3B,mCAAmC;;YAEnC,+BAA+B;;;QAGnC,gCAAgC;;YAE5B,mCAAmC;;YAEnC,+BAA+B;;YAE/B,wBAAwB;;;;IA8G5B,8CAA8C;;QA3H9C,+BAA+B;;YAE3B,mCAAmC;;YAEnC,+BAA+B;;;QAGnC,gCAAgC;;YAE5B,mCAAmC;;YAEnC,+BAA+B;;YAE/B,wBAAwB;;;;IAgH5B,uBAAuB;;QA5BvB,oCAAoC;;QAEpC,uCAAuC;;QAEvC,4CAA4C;;QAE5C,kCAAkC;;YAzIlC,8CAA8C;;YAE9C,wDAAwD;;YAExD,wDAAwD;;YAExD,wDAAwD;;YAExD,gEAAgE;;YAEhE,0DAA0D;;YAE1D,uEAAuE;;YAEvE,yCAAyC;;YAEzC,yCAAyC;;YAEzC,sCAAsC;;YAEtC,4DAA4D;;;QAuH5D,0CAA0C;;YAzG1C,+BAA+B;;gBAE3B,mCAAmC;;gBAEnC,+BAA+B;;;YAGnC,gCAAgC;;gBAE5B,mCAAmC;;gBAEnC,+BAA+B;;gBAE/B,wBAAwB;;;;;CAkHtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lightgbm.js","sourceRoot":"","sources":["../../src/lightgbm/lightgbm.ts"],"names":[],"mappings":"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"}
|
package/dist/mads/mads.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mads.d.ts","sourceRoot":"","sources":["../../src/mads/mads.ts"],"names":[],"mappings":"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"}
|
package/dist/mads/mads.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mads.js","sourceRoot":"","sources":["../../src/mads/mads.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ngboost.d.ts","sourceRoot":"","sources":["../../src/ngboost/ngboost.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ngboost.js","sourceRoot":"","sources":["../../src/ngboost/ngboost.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"optuna.d.ts","sourceRoot":"","sources":["../../src/optuna/optuna.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"optuna.js","sourceRoot":"","sources":["../../src/optuna/optuna.ts"],"names":[],"mappings":"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"}
|