Metadata-Version: 2.1
Name: minecraft_learns
Version: 0.1.0
Summary: Machine Learning library for Minecraft Education AI interactions
Home-page: https://github.com/Nathan-Nesbitt/Minecraft_Learns
Author: Kathryn Lecha, Nathan Nesbitt
License: UNKNOWN
Description: # Minecraft_Learns
        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. 
        
        ## Installation
        The easiest way to install the `minecraft_learns` library, install it via PIP:
        
        ```shell
        pip install minecraft-learns
        ```
        
        ## Dependencies
        
        minecraft-learns requires the following dependencies:
        - pandas
        - numpy
        - sklearn
        - matplotlib
        
        ## Documentation
        See the markdown file `documentation.md` for documentation on how to use MinecraftLearns
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
