Skip to content
#

research

Here are 2,318 public repositories matching this topic...

ogvalt
ogvalt commented Apr 25, 2020

Describe the bug
I found that some names agruments in framework aren't consistent.
So for example:

class SupervisedRunner(Runner):
    """Runner for experiments with supervised model."""

    _experiment_fn: Callable = SupervisedExperiment

    def __init__(
        self,
        model: Model = None,
        device: Device = None,
        input_key: Any = "features", 
      
mlfinlab
rosielickorish
rosielickorish commented Jul 28, 2020

Feature description
The build script currently uncompresses the dependencies, even when they have already been uncompressed. This isn't so bad for HElib and NTL but boost takes an appreciable time to uncompress. The build script should do something to check that if the directory is there, and if it is don't uncompress.

Acceptance criteria

  1. Build script should not uncompress depend

Improve this page

Add a description, image, and links to the research topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the research topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.