I am using Alteryx Analytics Cloud - Machine Learning for a fraud detection dataset. I am trying to use the Adam Optimization Algorithm in the machine learning model. I am not able to find a setting in Alteryx that let’s me set the optimizer.
I also exported the python code. But, I can’t find the part of the code that determines the optimizer. If I had to type out the code in Python, it would look something like this:
model.compile(optimizer='adam',
Am I missing something? Is the Adam optimization algorithm a part of one of the models already? I couldn’t find anything in the documentation. If they are a part of the model, which model should I select?