h1st
h1st copied to clipboard
Power Tools for AI Engineers With Deadlines
1. Added fuzzy_logic module including the following three classes - FuzzyLogicModel - FuzzyLogicModeler - FuzzyLogicRules 2. Added persistence of rules of RuleBasedModel 3. Changed load_params to load and made it...
# Pull Request Checklist Before sending your pull requests, make sure you followed this list. - Read [contributing guidelines](CONTRIBUTING.md). - Check if my changes are consistent with the [guidelines](TBD). -...
This PR changes the behavior of Model and Modeler. Ensuring: Modeler : load_data() → dict Modeler : explore_data() Modeler : build_model() → Modelable Modeler : evaluate_model() → dict Model :...
This PR covers the following: - A `h1st.contrib.pmfp` module that contains an Predictive Maintenance / Fault Prediction ("PMFP")-oriented implementation of the k-Oracle architecture - Supporting `h1st.utils` for Data Processing (in...
If it’s your first time here and you’re looking to help, we can really use more publicly shareable examples of use cases involving `Oracle`, such as the ones here: https://github.com/h1st-ai/h1st/tree/main/user/example-apps/oracle....
Dependencies such as SciKit-Learn and TensorFlow are currently difficult to install on Apple M1 and certain variants of Windows. This will __slow down the adoption of H1st__. Let's look into...
In order to support serving of models hosted on Aitomatic cloud, created RemoteModel class to behave like h1st Model and make API calls for inference. Don't merge until updated and...
- Updated Oracle package so that it can build Oracle with FuzzyModel Teacher - Updated Oracle ensembler so that I can use original X features also as an input -...
updated the installation instructions to avoid incompatible issues when using Python 3.10 # Pull Request Checklist Before sending your pull requests, make sure you followed this list. - Read [contributing...