[docs]class PoolGenerator(object): def fit(self, X, y): pass def predict(self, X): pass
Enter search terms or a module, class or function name.