P4D-Data-Sciences icon indicating copy to clipboard operation
P4D-Data-Sciences copied to clipboard

A collection of lightweight Python wrappers based on Python4Delphi simplifying Data Sciences development with Delphi

Results 19 P4D-Data-Sciences issues
Sort by recently updated
recently updated
newest added

I get these errors when trying to compile the ThumbsUpDownServerGUI: `[dcc64 Error] TrainingClassMethods.pas(179): E2034 Too many actual parameters` `[dcc64 Error] TrainingClassMethods.pas(179): E2250 There is no overloaded version of 'Run' that...

Awaiting Feedback

ProjectScikitLearnReference.exe raised exception class EOSError with message 'system Error.Code 87 .The parameter is incorrect

Awaiting Feedback

I'm using Embarcadero® RAD Studio 11 Version 28.0.46141.0937 I installed via GetIt Package manager in this order.: 1. Python4Delphi 2. PythonEnviroments 3. Lightweight-Python-Wrappers -> Seems to be ok. Then I...

Awaiting Feedback

If you download a bad package - PyTorch with ExtraIndexURL = 'https://download.pytorch.org/whl/cu117' the install error doesn't appear to fire. The 117 package is problematic at least under Windows (116 is...

Awaiting Feedback

I made a little Wizard that builds new Components for you https://github.com/peardox/MakeP4DComponents/releases/tag/v0.1.0

All other packages apart from this one and the also re-packaged PythonPackages4Delphi have their lib directory off the project root. These two packages now have the location inside src (confused...

question

I've successfully managed to run a simple "Hello.py" program and importing numpy (PIP), but whenever I try to import matplotlib or pandas (PIP) I encounter error "AttributeError: partially initialized module...

Hi Lucas, This package is missing the Linux64 target so you have to manually add 18x Linux64 targets (and it's easy to mess up) I'm doing a check on a...

enhancement

OK, two of them are mine :) Wrote a little checker you can find on https://github.com/peardox/PythonSink Stuff that fails to import = keras + qt5 Stuff that won't install= tensorflow...

enhancement

PyTorch is the name of a Project TTorch is in PyTorch and the PyModuleName is torch TTorchVision is in TTorchVision PyModuleName is torchvision Suggest PyTorch becomes Torch then I'll also...

Awaiting Feedback