vincent-antaki

Results 17 issues of vincent-antaki

Sometimes the usage of a hyperparameters defined for a step within the pipeline depends on another hyperparameter. We should have a way to know if which hyperparameters are used by...

enhancement
wontfix

**Is your feature request related to a problem? Please describe.** TrialMetricsPlottingObserver is a neat subscriber-listener interface designed to be used with a BaseHyperparamsRepository instance. However, it assumes that every metric...

enhancement
wontfix

I think the Pipeline class has been written before ForceHandleMixin was a thing. I believe inheritance of the class could make it way more simple than it is now.

enhancement
wontfix

I think it would be a neat addition to generate Discrete-value hyperparams. You could redefine Boolean (which should really be called Bernouilli in my opinion) to be Binomial(1,p). In the...

enhancement
wontfix

It doesn't have to do anything, it would be useful, when designed fancy hyperparam research strategies, to know with a isinstance call if a distribution is log-based or exp-based. Alternatively,...

enhancement

Sometimes, I need to fetch all steps within a pipeline which are instances of a given class (e.g. some featurizer class which I use in multiple place). Usually, this happen...

enhancement

**Is your feature request related to a problem? Please describe.** Sometime, we need multiple steps to share a hyperparameter. A simple example goes a little something like this : We...

enhancement

As 0.5.8 version will be release, callbacks interface will now contain the ExecutionContext. This will allow them usage of the service, which will open up many possibilities (such as accessing...

enhancement

**Is your feature request related to a problem? Please describe.** ExecutionContext instances are an important piece of Neuraxle framework. They keep services, an execution stack and various information about the...

enhancement
breaking-change

**Is your feature request related to a problem? Please describe.** In certain applications, we may have mix-types data input (e,g, a mix of categorical and real data) which may even...

enhancement
breaking-change