Andrew Fogarty

Results 9 issues of Andrew Fogarty

I am wondering what might be causing my log file to be accumulating the same message repeatedly, like below: ``` 2021-03-14 20:11:05.893 | INFO | __main__:train_and_evaluate:47 - Training model RTE...

question

If you try to use `azure-kusto-data` or `azure-kusto-ingest` in your RunConfiguration() conda dependcies, either as PIP or conda installs, image build creation will fail and hang at the pip installation...

I am in need of a tool like this for a particular problem that is very sensitive to the LR. I am, however, unable to get this package to work...

I have a recursive function that I run on a 23 million row dataframe. The effective steps that I take are: ``` from distributed import Client client = Client(n_workers=1) #...

Performance 🚀
Needs more information ❔
External
P3

I am wondering if numjs can perform np.amax() by chance?

AzureML pipelines does not support Ray Distribution, but should, as AzureML already has working support for it via "command" jobs. If you try to create an AzureML pipeline using Ray,...

### Describe your suggestion I cant find a way to run a command job as a repeatable pipeline using Ray Distribution. Ray Distribution works great with a plain command job...

enhancement

Good Afternoon! Thank you very much for all you have done with these repositories of knowledge! I had a question about the file: 05_1_TimeSeries_HistoricalEvents.ipynb In the case of the solution...

I have a roughly high dimensional data set `(10670675, 279)` and I would like to use SHAP to help select features. The work flow is roughly: ``` # xgb-flavored booster...

stale