AutoMLPipeline.jl icon indicating copy to clipboard operation
AutoMLPipeline.jl copied to clipboard

A package that makes it trivial to create and evaluate machine learning pipeline architectures.

Results 25 AutoMLPipeline.jl issues
Sort by recently updated
recently updated
newest added

I apologize but I am new to Julia. i am trying to perform recursive feature elimination (RFE) in a pipeline: ada = Adaboost() disc = CatNumDiscriminator() pt = PrunedTree() rfe=SKPreprocessor("RFE",Dict(:estimator=>ada));...

help wanted

- use distributed or juliafolds - use multithreading - https://github.com/baggepinnen/Hyperopt.jl

help wanted

- ohe only works for small size categories and not scalable for larger number of categories. - use word2vec and make each vector element as feature during transform

help wanted

As discussed I want to add the plotting feature in the pipeline so that whenever we need we can visualize the data.