/fast-ml

FastML is a GUI, made entirely in Python, that allows you split your data into train and validation sets, then apply a Machine Learning algorithm on it.

Primary LanguagePythonApache License 2.0Apache-2.0

fast-ml

FastML is a GUI, made entirely in Python, that allows you split your data into train and validation sets, then apply a Machine Learning algorithm on it.

It is currently under development, in its initial stages.

An example loading mushrooms.csv:

Main

Example