dylanw-oss

Results 6 issues of dylanw-oss

I installed Autoflake in VS code on Windows machine. (WSL: Ubuntu) It shows "Extension is enabled on 'WSL: Ubuntu'" 1. Open a .py file 2. Ctrl+Shift+P, select command "Autoflake: Remove...

## Related Issues/PRs #1891 ## What changes are proposed in this pull request? A transformer can be used to handle data with high cardinality skewed categorical before doing other featurization...

When doing machine learning project, an important step is preprocessing data. There is a common problem, "high cardinality" when there are too many of unique values for categorial columns. One...

feature-request

### Microsoft.Identity.Web Library Microsoft.Identity.Web.DownstreamApi ### Microsoft.Identity.Web version 2.19.0 ### Web app Not Applicable ### Web API Protected web APIs (validating tokens) ### Token cache serialization In-memory caches ### Description Following...

bug
P3

## Description `QueuedIngestClient.ingest_from_dataframe()` corrupts large float values (>1 billion) when ingesting with CSV format. The same data ingested via `ingest_from_file()` works correctly, indicating the bug is in the DataFrame serialization...

### Changed Change DM_CONNECTION_STRING as required since it won't be inferred if not provided ### Fixed #610 Data Corruption in ingest_from_dataframe() for Float Values Above ~1.845 Billion