lightwood icon indicating copy to clipboard operation
lightwood copied to clipboard

Lightwood is Legos for Machine Learning.

Results 74 lightwood issues
Sort by recently updated
recently updated
newest added

This enables easy type inference overriding.

enhancement
help wanted
good first issue

Something like this: ``` pdef = ProblemDefinition.from_dict({'target': target, 'time_aim': 80}) jai = json_ai_from_problem(df, pdef) jai.model['module'] = 'MeanEnsemble' predictor = predictor_from_json_ai(jai) predictor.learn(df) ``` Will currently fail because the autogenerated call to...

Bug

As reported by a community user: If a LightGBMArray mixer is trained to forecast, querying conditionally and changing the timestamp may not make a difference in the prediction. We should...

Bug
Research

We should add some links to the docs, namely to this github repo *and* to the mindsdb website. We should also plug it into our google analytics.

help wanted
documentation

Potentially very useful for classification tasks. https://github.com/cleanlab/cleanlab

enhancement
discussion
Research

Respectively, `import` should load the predictor+code.

enhancement
help wanted
good first issue

When searching for a lr we should probably avoid anything past 0.1 or so, benchmark and implement if accuracy doesn't decrease (+ time doesn't increase noticeably) or if accuracy increase...

enhancement
discussion
refactor

Milestones: - [ ] Flag to design PyTorch-only models - [ ] Export/save said models to ONNX format (#477) - [ ] Implement flow to load a predictor in ONNX...

enhancement

After #473 is done Try converting the already trained model to the onyx IR and see if that improves performance (if it does think about how this can be integrated...

performance

Lightwood currently fails to install in Windows with Python3.9 due to a lack of precompiled wheels for the sktime package for the specific Win-Py3.9 combination.

dependencies