v0.1.3 (September 23, 2022)#
This is a minor release with a change in objective and bug fixes for issues identified since v0.1.2.
Features#
Change made in the software orientation by starting developing the packages following the scikit-learn API. The
fitmethod is implemented in many functions and replaces the GMT development API. This has happened when themodelsmodule is starting growing by implementing the cross-validation.New algorithmns in the
watex.basemodule are started such aswatex.base.SequentialBackwardSelection,watex.base.AdalineGradientDescentadditional to the assessorswatex.base.Dataandwatex.base.Missing.Upload the
watexdocumentation in ReadTheDocs server for the first time. See older v0.1.3 documentationUpload the
_pmodule ( fromwatex.datasets._p) referring to an example of data preparation, the case of Bagoue Region.Upload new packages of datasets such
watex.datasets.load_semien(),watex.datasets.load_boundiali(),watex.datasets.load_gbalo(),watex.datasets.load_iris().
Bug fixes#
Fixed a bug in
watex.view.QuickPlotwhen setting objective toflowand expecting the data to be automated following the case-history paper of Bagoue region.Fixed a bug in fetching data in remote from
watex.datasets.rload.loadBagoueDataset(). Unable to fetch correctly the dataset reset every time a new data record is uploaded in zenodo.Fixed bug in
watex.datasets.rload.Loaderby mixing the three ways of fetching data from_fromgithub,_fromzenodo,_fromlocalto optmize the change of recovering data. A thread is set for parallelizing the data retrieval.