0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed the separate regressor that supported 1D outputs, that's now merged and automatic. More... almost 10 years ago
Further cleaning up imports and attempts to fix the mock module importing which fails for nested modules (sys.path error). More... almost 10 years ago
Another attempt to fix ReadTheDocs generation with mock modules. More... almost 10 years ago
Attempt to fix ReadTheDocs having trouble with the mock modules. More... almost 10 years ago
Replaced badge for the build/doc status with SVG. Using mock modules in conf.py so support for ReadTheDocs is non intrusive. More... almost 10 years ago
Renamed the iterations parameter to be more consistent with sklearn, removed AdaGrad because it NaNs out. More... almost 10 years ago
Removed the weight_scale parameter, exposed many other parameters explicitly, moved iterations into the main constructor so it works better with pipelines. More... almost 10 years ago
Adding a test for post-serialise prediction without training. New tests for pipelines with automatic min/max scaling too. More... almost 10 years ago
Simplified the tests for the deep networks, reusing much of the linear test code. More... almost 10 years ago
Tweaking X and Y ranges so no rescaling is required for the NN to operate well with dropout. Increased network size, decreased training iterations. More... almost 10 years ago
Fixed bugs with dropout support, updated example to include deep network. More... almost 10 years ago
Minor linguistic fixes More... almost 10 years ago
Fixing support for hidden layers and adding tests for deep networks. More... almost 10 years ago
Adding examples and renamed the SimpleRegressor. More... almost 10 years ago
Adding a SimpleRegressor that only provides one output, like other inferior forms of machine learning. More... almost 10 years ago
Fleshed out constructor documentation, fixed fit() and predict() and other misc. formatting. More... almost 10 years ago
Adding requirements.txt file just for RTD, and trying to use numpydoc again. More... almost 10 years ago
Attempting to use napoleon to parse numpy comments, numpydoc is not available on RTD? More... almost 10 years ago
Enabling numpydoc so the comments in the style of sklearn show up formatted on ReadTheDocs. More... almost 10 years ago
Fix for ReadTheDocs when scikit-learn is not installed. More... almost 10 years ago
Interface that confirms to sklearn's expectation for Estimators. Adjusted tests accordingly. More... almost 10 years ago
Visual tweaks to the documentation now it's building correctly and shown on ReadTheDocs. More... almost 10 years ago
Not specifying theme name explicitly, RTD works with default theme. More... almost 10 years ago
Attempting to fall back from import errors when the documentations are built. More... almost 10 years ago
Attempting to fix the documentations with RTD. More... almost 10 years ago
First version of the documentation with Sphinx, attempting to connect with ReadTheDocs. More... almost 10 years ago
Refactoring the code into smaller chunks for simplicity. More... almost 10 years ago
Using StringIO for serialisation rather than temporary files, now running all tests on deserialised networks too. More... almost 10 years ago
First test for serialisation, fix for pickling support. More... almost 10 years ago
Added dependency on scikit-learn for the automated tests. More... almost 10 years ago