Closed MilesCranmer closed 5 months ago
This allows you to specify different complexities for each variable:
model.fit(X, y, complexity_of_variables=[1, 3])
will run a search with feature 1 having complexity 1 and feature 2 with complexity 3. This also updates the backend with various improvements.
This allows you to specify different complexities for each variable:
will run a search with feature 1 having complexity 1 and feature 2 with complexity 3. This also updates the backend with various improvements.