Metadata-Version: 1.0
Name: mlutils
Version: 0.1.0b
Summary:  Collection of utilities for AI planning and not-supervised learning. Development is in progress. 
Home-page: https://gitlab.com/m.eremeev/mlutils
Author: Mark Eremeev
Author-email: m.eremeev@gmail.com
License: BSD
Description: 
        mlutils package is intended to be a collection of utilities for AI planning and not-supervised learning. 
        Development is in progress.
        
        Version history:
        
        0.1.0
          -- N-Ary tree class supported various search algorithms: pre-order, post-order, breadth-first, 
             heuristic (you should provide heuristic function) and random sampling 
          -- State space generation/search   
        
        Next version:
           Supposed to provide streaming clustering algorithm
        
Keywords: machine learning,decision tree search,AI planning
Platform: UNKNOWN
