random

Results 7 issues of random

It appears there is some sort of memory leak. `new_raw_predictions = model.predict(validation, mode="prediction", return_index = True, batch_size=128, output_dir = PATH)`

Quote tick subscriptions are not always necessary (or available) yet features such as net exposures and unrealized_pnl depend on either quote or trade tick subscriptions to function. This should be...

enhancement

With user provided returns forecast, with a single forecasted return per timestamp- how does the model use the forecast? Is it looking at the next `planning_horizon` bars of forecast on...

question
docs
examples

I get the error: `ValueError: Parameter value must be real.` with callback to: ``` in FactorModelCovariance.values_in_time(self, **kwargs) sigma_sqrt = self.Sigma.current_value \ if self._alreadyfactorized \ else project_on_psd_cone_and_factorize( self.Sigma.current_value) # numpy eigendecomposition...

enhancement
error checks
Data input

Why is there the check: ``` v = np.sum(h) if v < 0.: raise DataError( f"Holdings provided to {self.__class__.__name__}.execute " + " have negative sum.") ``` In the case where...

question

question
docs

This is already supported in FLAML. See here: https://microsoft.github.io/FLAML/docs/Examples/AutoML-for-LightGBM