Neuraxle's RandomSearch() successor
问题 I updated Neuraxle to the latest version (3.4). I noticed the whole auto_ml.py was redone. I checked the documentation but there is nothing about it. On git it seems method RandomSearch() was replaced a long time ago by AutoML() method. However the parameters are different. Does somebody knows how can I channel Boston Housing example pipeline to automatic parameter search in latest Neuraxle version (3.4)? import numpy as np from sklearn.cluster import KMeans from sklearn.datasets import load