Skip to content

Add more parameters to the MLP training method #242

Description

@FlorentinD

Is your feature request related to a problem? Please describe.
In the machine learning pipelines, you can use different trainer methods when adding a model candidate, such as RandomForest or MLP.
For MLP, we could expose more parameters to configure.

Current exposed parameters are listed at https://neo4j.com/docs/graph-data-science/current/machine-learning/training-methods/mlp/.

Describe the solution you would like

We could also expose other optional parameters such as:

  • Different activiation functions (in addition to Softmax)
  • Dropouts
  • Optimizer

These are just examples, you could also come up with others.

Additional context

Good starting points are MLPClassifierTrainConfig and MLPClassifier

If you want to work on this issue please drop a comment :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestA suggestion for a new featuregood first issueIndicates a good issue for first-time contributors

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions