Paul Van Eck
Paul Van Eck
Would be good to update controller-gen to v0.8.0 (the latest). I think TrainedModel CRD generation had an issue before as discussed here: https://github.com/kubernetes-sigs/controller-tools/issues/391 when moving to newer versions of controller-gen,...
The UI doesn't tell the user what went wrong when attempting to train a model without the minimum of 10 minutes of audio. The error message is generic. The error...
Some minor doc fixes were added, and some unused test files were removed. The `conftest.py` file was also move inside the `tests` directory to keep its location consistent with other...
The status of the Azure Functions manual tests is uncertain. In any case, instructions should be revisited to ensure functionality and also updated to use Azure Functions Core Tools 4.x....
This applies to both query and ingestion tests: * Better integration with test proxy using fixtures. * Updated `test-resources.json` file to be a bicep file. Aso cleaned out resources that...
The ingestion service has a 1MB upload size limit. Currently we loop through the log data until we get to 1MB of data, _then_ we compress it. So in the...
Would be useful to start collecting a history of profiling data that can be used to pinpoint causes for any performance regressions. The PerfStress framework has the ability to profile...
Currently, the PerfStress framework does have a `--profile` option which profiles a single iteration with cProfile, and outputs a binary file into the current working directory that is meant to...
A sample notebook was added to demonstrate how a user can overcome Log Analytics service limits when trying to query large amounts of data. Closes: https://github.com/Azure/azure-sdk-for-python/issues/26251
This uses a callback approach where a user can optionally pass in an `on_error` callback function for custom error handing. This callback function should expect arbitrary keyword arguments (`**kwargs`) or...