Alex Shelkovnykov
Alex Shelkovnykov
Proposal to unify and reduce the different `list`, `map`, and `set` generation gates into just three gates respectively: `limo`, `malt`, and `silt`.
See #6418 for more context. An added benefit is that this will discover any gaps in `conn.c`: any functionality that `conn.c` / Khan is missing to accomplish this needs to...
Recreating #6649
I believe there is already code in the backend for this, it just needs to be connected to a new button on the frontend. Would obviously help to have #6...
Right now, challenges will reject incorrect ship names, but only when the user attempts to send the malformed challenge. It would be nice to spellcheck ship names as they are...
- Experimental results when comparing Smoothed Hinge Loss to Logistic Regression were substantially worse and also increased training time significantly due to slower convergence - Removed GLMLossFunction and derived classes,...
- Photon team at LinkedIn has continued to work on hyperparameter tuning code - Working on releasing it as a separate open source project - Until then, removing the old...
- Remove legacy Driver class used for training fixed effect models only - Remove all code used only by the above driver - Modify AvroDataReader and AvroUtils to load features...