Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add KernelMatrix,SaveOutput,LoadOutput Function Also, additional documentation for each class and function * Update orsvm.py some minor changes on the following functions: -SaveOutput: - function renamed - variables' names corrected -LoadOutput: - function renamed - some corrections to variable names * Update kernels.py Latest revision on comments, Variable corrections and function descriptions * DEBUG SupportMultipliers fucntion logging.info('** Strictly %s first elements of support vectors are selected!',n) replaced with: logging.info('** Strictly',n,' first elements of support vectors are selected!') * DEBUG on SupportMultipliers function correction on svd int type error * DEBUG wrong variable name corrected * DEBUG _IsScientific(n) fucntion logging error recovered * create PredictWithJson function some misspelling also corrected * binary classification encoding added * Update documentation for hyperparameter * Update documentation for hyperparameter * Update kernels.py Gegenbauer kernel Debug, correction on hyperparameter valid domain * Update kernels.py add rbf kernel class * Update orsvm.py * Update orsvm.py bugs about kernel name resolved * Update orsvm.py checking the Convexity of the kernel matrix * Update kernels.py Comments added to Jacobi class * Update kernels.py Gegenbauer hyper parameter check correction * Update kernels.py add hypereparameter range checking for jacobi kernel * Update orsvm.py log error when x shape is not compatible with y shape * Update orsvm.py log error when n_sample = 0 * Update kernels.py debug for order equal or smaller than 0 in chebyshev * Update kernels.py debug for order smaller or equal to zero in legendre kernel * Update kernels.py * Update orsvm.py log error when T is out of range * Update orsvm.py support vector determiner debug * Update kernels.py log error when form input of chebyshev is not valid * Update kernels.py correction on the warning message of chebyshev form error * Update kernels.py debug when KernelParam1 for Gegenbauer is None * Update orsvm.py log error in kernelMatrix function when input size is zero * Update orsvm.py check y.shape[0]!=0 * Update orsvm.py log error when kernel name is not valid in KernelMatrix function * Update orsvm.py Debug SaveToJson * Update orsvm.py Debug LoadJson * Update orsvm.py Debug predictWithJson.( log error when support multiplier is None or n_sample = 0) * Update kernels.py log error when order<0 for gegenbauer and jacobi * Update orsvm.py syntax error fixed * Update orsvm.py Update documentations * Update kernels.py update documentation * Update kernels.py Check range of gamma in rbf * Update orsvm.py Check C is positive or not * Update kernels.py add default value for psi and omega in jacobi * Update orsvm.py bug about C resolved * Update orsvm.py log bug resolved * Update orsvm.py check type of x ,y (should not contain string or bool column) * Update orsvm.py change order of checking bugs in ModelFit and ModelPredict * Update orsvm.py log error when dataset is different from the dataset it was fitted on in PredictWithJson * Update orsvm.py check range of T in Transform function * Update orsvm.py Correct comments to be more clear * Update __init__.py * Update orsvm.py a little bug in saveJson resolved * Update credits.rst * Update orsvm.py * Update orsvm.py logging format corrected * Update requirements.txt * Update .readthedocs.yaml * Update README.md Link to book added * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update setup.py * Delete docs directory Delete docs directory to replace it with a new format * Create test.txt * Add files via upload Adding Build directory of the docs for readthedocs * Add files via upload Uploading source directory of the docs , for readthedocs * Delete conf.py.bak * Delete index.rst.bak * Delete installation.rst.bak * Add files via upload make files and the requirement file of sphinx * Update README.md * Update README.md badges added Co-authored-by: shakiba <[email protected]>
- Loading branch information