Erik Parmann

Results 15 comments of Erik Parmann

@benjaminbluhm We also have a custom model class like you, and described a workaround in #280. It would still be good to be able to import custom pip packages though,...

I rebased, ported to the new CI/CD setup, and use AZ cli instead of ARM to get username/password. Unfortunately, with the new CI/CD this project has now deviated a bit...

@yogilad : I have changed the policy on the *database* level, and both enabled streamingingestion and set ingestionbatching - MaximumBatchingTimeSpan to 10 seconds. By setting KustoSinkOptions.KUSTO_SPARK_INGESTION_PROPERTIES_JSON.[flushImmediately] to true I get...

A common usecase for this is when you have sensors which only fires on some state change, e.g. a indicator if a valve is open or closed. So you have...

If someone else is looking for this feature I can share the hacky way I implemented it so far (but it would definitely be better if it was included in...

Hi @SturgeonMi ! I was attempting to follow along [this](https://docs.microsoft.com/en-us/azure/machine-learning/tutorial-train-models-with-aml) tutorial on my ubuntu 19.10 linux, but I got the above mentioned problem when I got to the step "[Download...

Hi @SturgeonMi, the latest version of azureml-opendatasets I see on pypi is 1.4.0, and as you can see from my previous comment that is the version I am already using.

@SturgeonMi thanks for opening an issue for me in `dotnetcore2`. Is there any way I can track it (i.e. is it publicly available in any way)?

Do you actually mean non-consecutive (i.e. non-sorted, e.g. `1,5,3,2`), or do you mean that is has gaps (i.e. ` 1,2,5,6`)? If it is the former then that is reasonable easy...

*something* should definitely change, just silently dropping the data is clearly bad. And my guess is that it probably screws up some date alignment as well since the server expects...