Minecraft_Learns is an AI Library used to simplify the machine learning process to the basics of process data, train, predict, evaluate. This simplifies the sklearn implementations of these models by doing standard data processing automatically. It is used to act as a sandbox for students to explore AI within Minecraft Education without any machine learning background, hoping to foster a new interest in AI and ML.
The easiest way to install the minecraft_learns
library, install it via PIP:
pip install minecraft-learns
minecraft-learns requires the following dependencies:
- pandas
- numpy
- sklearn
- matplotlib
See the markdown file documentation.md
for documentation on how to use MinecraftLearns