.gitignore
Installation.txt
License.txt
README.md
pyproject.toml
requirements.txt
.github/workflows/build-and-publish.yaml
.github/workflows/build-source-dist.yaml
.github/workflows/build-windows-wheel.yaml
Examples/Examples.py
Examples/QuizHelper.py
Examples/psd.py
Testing/DataSetLoading.py
Testing/RunAllColabUnitTestsScript.py
Testing/RunAllUnitTestsScript.py
Testing/UnitTestHelper.py
Testing/testAdaBoostHelper.py
Testing/testAgglomerativeHelper.py
Testing/testAngles.py
Testing/testAnnotationHelper.py
Testing/testBaggingHelper.py
Testing/testBivariateAnalysis.py
Testing/testCategoricalRegressionHelper.py
Testing/testConsoleHelper.py
Testing/testDataComparison.py
Testing/testDataHelper.py
Testing/testDecisionTreeCostComplexityHelper.py
Testing/testDecisionTreeHelper.py
Testing/testDisplayColors.py
Testing/testFile.py
Testing/testFunctionGenerator.py
Testing/testGradientBoostingHelper.py
Testing/testHyperparameterHelper.py
Testing/testImageHelper.py
Testing/testKMeansHelper.py
Testing/testLanguageHelper.py
Testing/testLinearRegressionHelper.py
Testing/testListTools.py
Testing/testLogisticRegressionHelper.py
Testing/testModelHelper.py
Testing/testPath.py
Testing/testPlotHelper.py
Testing/testPlotMaker.py
Testing/testPrincipleComponentAnalysisHelper.py
Testing/testRandomForestHelper.py
Testing/testSearching.py
Testing/testStackingHelper.py
Testing/testUnivariateAnalysis.py
Testing/testXGradientBoostingHelper.py
Testing/zOrderTest.py
Testing/Colab/testImageDataHelper.py
Testing/Colab/testTensorFlowCNNHelper.py
Testing/Colab/testTensorFlowLanguageProcessing.py
Testing/Colab/testTensorFlowMultClassHelper.py
Testing/Data/Cardiac.csv
Testing/Data/CardioGoodFitness.csv
Testing/Data/Credit Card Customer Data.csv
Testing/Data/Cust_Spend_Data.csv
Testing/Data/Loan_Modelling.csv
Testing/Data/Tweets.csv
Testing/Data/backpain.csv
Testing/Data/car-mpg.csv
Testing/Data/credit.csv
Testing/Data/datawitherrors.csv
Testing/Data/dynamicsmodel1.csv
Testing/Data/dynamicsmodel2.csv
Testing/Data/insurance.csv
Testing/Data/logo.png
Testing/Data/plant-species-images-reduced.npy
Testing/Data/plant-species-labels-reduced.csv
Testing/Data/preprocessed-tweets-reduced.csv
Testing/Data/preprocessed-tweets.csv
Testing/Data/technical_support_data.csv
Testing/Data/used_cars_data.csv
Testing/Library Tests/OpenCVTests.py
Testing/Library Tests/clownfish.jpg
lendres/__init__.py
lendres.egg-info/PKG-INFO
lendres.egg-info/SOURCES.txt
lendres.egg-info/dependency_links.txt
lendres.egg-info/requires.txt
lendres.egg-info/top_level.txt
lendres/algorithms/Search.py
lendres/algorithms/__init__.py
lendres/computervision/ImageDataHelper.py
lendres/computervision/ImageHelper.py
lendres/computervision/__init__.py
lendres/data/BivariateAnalysis.py
lendres/data/DataComparison.py
lendres/data/DataHelper.py
lendres/data/DataHelperBase.py
lendres/data/UnivariateAnalysis.py
lendres/data/__init__.py
lendres/datatypes/ListTools.py
lendres/datatypes/__init__.py
lendres/demonstration/FunctionGenerator.py
lendres/demonstration/__init__.py
lendres/geometry/Arc.py
lendres/geometry/GeometricConnectivity.py
lendres/geometry/Line.py
lendres/geometry/Point.py
lendres/geometry/RotationDirection.py
lendres/geometry/Shape.py
lendres/geometry/__init__.py
lendres/io/ConsoleHelper.py
lendres/io/IO.py
lendres/io/__init__.py
lendres/mathematics/Angles.py
lendres/mathematics/Precision.py
lendres/mathematics/__init__.py
lendres/modeling/AdaBoostHelper.py
lendres/modeling/AgglomerativeHelper.py
lendres/modeling/BaggingHelper.py
lendres/modeling/CategoricalHelper.py
lendres/modeling/CategoricalRegressionHelper.py
lendres/modeling/ClusterHelper.py
lendres/modeling/CrossValidationHelper.py
lendres/modeling/DecisionTreeCostComplexityHelper.py
lendres/modeling/DecisionTreeHelper.py
lendres/modeling/GradientBoostingHelper.py
lendres/modeling/HyperparameterHelper.py
lendres/modeling/KMeansHelper.py
lendres/modeling/KerasTuningOutputCallback.py
lendres/modeling/LanguageDataHelper.py
lendres/modeling/LanguageHelper.py
lendres/modeling/LinearRegressionHelper.py
lendres/modeling/LogisticRegressionHelper.py
lendres/modeling/LogisticRegressionTools.py
lendres/modeling/ModelHelper.py
lendres/modeling/PrincipleComponentAnalysisHelper.py
lendres/modeling/RandomForestHelper.py
lendres/modeling/SaveHistoryCallback.py
lendres/modeling/StackingHelper.py
lendres/modeling/SubsetHelper.py
lendres/modeling/TensorFlowCNNHelper.py
lendres/modeling/TensorFlowDataHelper.py
lendres/modeling/TensorFlowHelper.py
lendres/modeling/TensorFlowHelperFunctions.py
lendres/modeling/TensorFlowLogisticRegressionHelper.py
lendres/modeling/TensorFlowMultiClassHelper.py
lendres/modeling/XGradientBoostingHelper.py
lendres/modeling/__init__.py
lendres/path/File.py
lendres/path/Path.py
lendres/path/__init__.py
lendres/plotting/AnnotationHelper.py
lendres/plotting/AxesHelper.py
lendres/plotting/DisplayColors.py
lendres/plotting/FormatSettings.py
lendres/plotting/LegendHelper.py
lendres/plotting/LegendOptions.py
lendres/plotting/PlotHelper.py
lendres/plotting/PlotMaker.py
lendres/plotting/__init__.py
lendres/plotting/artistic.mplstyle
lendres/plotting/default.mplstyle
lendres/plotting/gridless.mplstyle
lendres/plotting/imagedefault.mplstyle
lendres/plotting/lightweightlines.mplstyle
lendres/plotting/manim.mplstyle
lendres/plotting/mediumsizefont.mplstyle
lendres/plotting/seaborn.mplstyle
lendres/plotting/transparentlegend.mplstyle
lendres/signalprocessing/SignalProcessing.py
lendres/utilities/PrintExecutable.py
lendres/utilities/__init__.py