-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add class to handle value filling #46
base: main
Are you sure you want to change the base?
Commits on Jun 6, 2024
-
Define a first draft for a Normalizer "meta-class"
louisPoulain committedJun 6, 2024 Configuration menu - View commit details
-
Copy full SHA for a766beb - Browse repository at this point
Copy the full SHA a766bebView commit details -
Extend normaliser class with new method.
Modify Standardizer to ensure compatibility with the new parent class and method
louisPoulain committedJun 6, 2024 Configuration menu - View commit details
-
Copy full SHA for ddadee9 - Browse repository at this point
Copy the full SHA ddadee9View commit details
Commits on Jun 7, 2024
-
Continue working on normalizer class. Experimental, still need to be …
…tested with the original standardizer class
louisPoulain committedJun 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 6bf868c - Browse repository at this point
Copy the full SHA 6bf868cView commit details
Commits on Jun 10, 2024
-
Changed a lot the meta-normalizer architecture.
louisPoulain committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for a0d030c - Browse repository at this point
Copy the full SHA a0d030cView commit details -
Early testing with the meta class and the initial standardizer class.
louisPoulain committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 3067f28 - Browse repository at this point
Copy the full SHA 3067f28View commit details -
Update gitignore to hide test files
louisPoulain committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for c261abc - Browse repository at this point
Copy the full SHA c261abcView commit details -
louisPoulain committed
Jun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a7764b - Browse repository at this point
Copy the full SHA 1a7764bView commit details -
Add and perform tests for MinMaxScaler
louisPoulain committedJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for d52f86a - Browse repository at this point
Copy the full SHA d52f86aView commit details
Commits on Jun 11, 2024
-
Change the testing to a more general framework.
louisPoulain committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 5b71fd7 - Browse repository at this point
Copy the full SHA 5b71fd7View commit details -
louisPoulain committed
Jun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for e9fa689 - Browse repository at this point
Copy the full SHA e9fa689View commit details -
louisPoulain committed
Jun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for b4f5333 - Browse repository at this point
Copy the full SHA b4f5333View commit details -
Add RobustScaling (standard norma with median and iqr)
louisPoulain committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 181f8b8 - Browse repository at this point
Copy the full SHA 181f8b8View commit details -
Make the test file work with an unlimited number of nromalizer subcla…
…sses
louisPoulain committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for ca556fe - Browse repository at this point
Copy the full SHA ca556feView commit details -
Add MaxAbsScaler, BoxCox and YeoJohnson transformations
louisPoulain committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 8c2761f - Browse repository at this point
Copy the full SHA 8c2761fView commit details -
louisPoulain committed
Jun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f562c6 - Browse repository at this point
Copy the full SHA 5f562c6View commit details -
Minor changes, this test script is vowed to disappear
louisPoulain committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 7f3bd13 - Browse repository at this point
Copy the full SHA 7f3bd13View commit details
Commits on Jun 12, 2024
-
louisPoulain committed
Jun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for efb00d8 - Browse repository at this point
Copy the full SHA efb00d8View commit details -
Modofication to take into account the new class
louisPoulain committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for e4a91f1 - Browse repository at this point
Copy the full SHA e4a91f1View commit details -
louisPoulain committed
Jun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 869472f - Browse repository at this point
Copy the full SHA 869472fView commit details -
Add a try/except to test if normalizer was fitted. To be changed in t…
…he future
louisPoulain committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for c6b0245 - Browse repository at this point
Copy the full SHA c6b0245View commit details -
Rename some parameters and change a bit the structure. Remove RobustS…
…caler (issues with computing the median)
louisPoulain committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 6e4b25a - Browse repository at this point
Copy the full SHA 6e4b25aView commit details -
Add function to bypass dask.nanmedian (not working currently)
louisPoulain committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 68c9ae2 - Browse repository at this point
Copy the full SHA 68c9ae2View commit details -
louisPoulain committed
Jun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 65c88d2 - Browse repository at this point
Copy the full SHA 65c88d2View commit details
Commits on Jun 13, 2024
-
Add fillvalue in arguments, modify the way an object is created from …
…to_dict
louisPoulain committedJun 13, 2024 Configuration menu - View commit details
-
Copy full SHA for e30ed07 - Browse repository at this point
Copy the full SHA e30ed07View commit details -
Reduce tolerance to 1e-7 for allclose tests
louisPoulain committedJun 13, 2024 Configuration menu - View commit details
-
Copy full SHA for bcbe64d - Browse repository at this point
Copy the full SHA bcbe64dView commit details
Commits on Jun 14, 2024
-
louisPoulain committed
Jun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 86f8e64 - Browse repository at this point
Copy the full SHA 86f8e64View commit details -
Add logger message to track the multinormalizer.
louisPoulain committedJun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for f25ea28 - Browse repository at this point
Copy the full SHA f25ea28View commit details -
Debug a bit the lengths of datasets
louisPoulain committedJun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 61399a2 - Browse repository at this point
Copy the full SHA 61399a2View commit details
Commits on Jun 17, 2024
-
louisPoulain committed
Jun 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 41b7240 - Browse repository at this point
Copy the full SHA 41b7240View commit details
Commits on Jun 18, 2024
-
Move save and load to the super-class
louisPoulain committedJun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for e79aec4 - Browse repository at this point
Copy the full SHA e79aec4View commit details -
Remove old tests for multinormalizer. Reimplement them as pytest tests
louisPoulain committedJun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 8ee56b7 - Browse repository at this point
Copy the full SHA 8ee56b7View commit details -
Add method to gather class attributes
louisPoulain committedJun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 6416f74 - Browse repository at this point
Copy the full SHA 6416f74View commit details -
louisPoulain committed
Jun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 90f1c57 - Browse repository at this point
Copy the full SHA 90f1c57View commit details -
louisPoulain committed
Jun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 3968210 - Browse repository at this point
Copy the full SHA 3968210View commit details -
louisPoulain committed
Jun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 0d3171b - Browse repository at this point
Copy the full SHA 0d3171bView commit details -
Remove RobustScaler (currently does not work with huge datasets)
louisPoulain committedJun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 5642c0c - Browse repository at this point
Copy the full SHA 5642c0cView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fec0033 - Browse repository at this point
Copy the full SHA fec0033View commit details -
Update default fillvalues and multi.from_dict
Remove BoxCox as we have already YeoJohnson (an extension)
Louis Poulain--Auzéau committedJun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 4cd4a8e - Browse repository at this point
Copy the full SHA 4cd4a8eView commit details -
In some cases Yeojohnson transform if less than -5 causing the inverse transform to not be equal
Louis Poulain--Auzéau committedJun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 2d4111d - Browse repository at this point
Copy the full SHA 2d4111dView commit details -
Louis Poulain--Auzéau committed
Jun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 3a045cf - Browse repository at this point
Copy the full SHA 3a045cfView commit details -
Modify tests. Tolerance is set to 1e-6 for the inverse transform test
Louis Poulain--Auzéau committedJun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 34cb53e - Browse repository at this point
Copy the full SHA 34cb53eView commit details -
Louis Poulain--Auzéau committed
Jun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 9464260 - Browse repository at this point
Copy the full SHA 9464260View commit details -
Modify assert with correct fillvalue
Louis Poulain--Auzéau committedJun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for fc5d5c7 - Browse repository at this point
Copy the full SHA fc5d5c7View commit details -
Bug fix: in some cases, transform seemed to modify in-place the input…
… dataset
Louis Poulain--Auzéau committedJun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for bb0a47a - Browse repository at this point
Copy the full SHA bb0a47aView commit details -
Ensure fillvalue is -5 in this test
Louis Poulain--Auzéau committedJun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 79d990b - Browse repository at this point
Copy the full SHA 79d990bView commit details -
Modify floating point precision
Louis Poulain--Auzéau committedJun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 6ad1c47 - Browse repository at this point
Copy the full SHA 6ad1c47View commit details
Commits on Jun 20, 2024
-
Remove RobustScaler and YeoJohnson, refactor the classes into a norma…
…lization class handling all techniques to normalize and a normalizer (multinormalizer)
louisPoulain committedJun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 804bc0b - Browse repository at this point
Copy the full SHA 804bc0bView commit details -
louisPoulain committed
Jun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 857dcd1 - Browse repository at this point
Copy the full SHA 857dcd1View commit details -
Change code according to the new way normalizer are being defined
louisPoulain committedJun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for edad113 - Browse repository at this point
Copy the full SHA edad113View commit details -
louisPoulain committed
Jun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 981e899 - Browse repository at this point
Copy the full SHA 981e899View commit details -
Change code according to the new normalizer definition
louisPoulain committedJun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for a825330 - Browse repository at this point
Copy the full SHA a825330View commit details -
Changes according to standardizers.py
louisPoulain committedJun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 88b7bf5 - Browse repository at this point
Copy the full SHA 88b7bf5View commit details -
Changes according to standardizers.py
louisPoulain committedJun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 4f15068 - Browse repository at this point
Copy the full SHA 4f15068View commit details -
Rename the test to rpevent it from being launched by pytest (test to …
…be removed)
louisPoulain committedJun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 8750db9 - Browse repository at this point
Copy the full SHA 8750db9View commit details -
Modify code to work with the new normalizers
louisPoulain committedJun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 2ba7abc - Browse repository at this point
Copy the full SHA 2ba7abcView commit details -
louisPoulain committed
Jun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for eb3e8be - Browse repository at this point
Copy the full SHA eb3e8beView commit details -
Update doc, remove print messages
louisPoulain committedJun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for d5629b0 - Browse repository at this point
Copy the full SHA d5629b0View commit details -
louisPoulain committed
Jun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 7866d46 - Browse repository at this point
Copy the full SHA 7866d46View commit details -
louisPoulain committed
Jun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 67ddcc6 - Browse repository at this point
Copy the full SHA 67ddcc6View commit details -
Modify the default normalization handling
louisPoulain committedJun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 745f843 - Browse repository at this point
Copy the full SHA 745f843View commit details -
louisPoulain committed
Jun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for b3b2e37 - Browse repository at this point
Copy the full SHA b3b2e37View commit details
Commits on Jun 21, 2024
-
louisPoulain committed
Jun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for a3ae2fb - Browse repository at this point
Copy the full SHA a3ae2fbView commit details -
Change names to reflect more accurately the roles of the classes
louisPoulain committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 1cfd1b7 - Browse repository at this point
Copy the full SHA 1cfd1b7View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f76a3e - Browse repository at this point
Copy the full SHA 5f76a3eView commit details -
Use again as pytesting. Removed the serialization test as serializati…
…on was moved to the data_transformer class
louisPoulain committedJun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 0edf87d - Browse repository at this point
Copy the full SHA 0edf87dView commit details -
Rename the method according to #43 (comment)
louisPoulain committedJun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a7129a - Browse repository at this point
Copy the full SHA 1a7129aView commit details
Commits on Jun 26, 2024
-
Add class to handle value filling
louisPoulain committedJun 26, 2024 Configuration menu - View commit details
-
Copy full SHA for a8ce0db - Browse repository at this point
Copy the full SHA a8ce0dbView commit details
Commits on Oct 18, 2024
-
Merge branch 'main' into feature/ValueFiller
Louis Poulain--Auzéau committedOct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 4774838 - Browse repository at this point
Copy the full SHA 4774838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d53eb9 - Browse repository at this point
Copy the full SHA 5d53eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c203d - Browse repository at this point
Copy the full SHA 00c203dView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fff489 - Browse repository at this point
Copy the full SHA 4fff489View commit details -
Configuration menu - View commit details
-
Copy full SHA for da26df6 - Browse repository at this point
Copy the full SHA da26df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2f1fa - Browse repository at this point
Copy the full SHA 5d2f1faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a4808a - Browse repository at this point
Copy the full SHA 7a4808aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53bedd9 - Browse repository at this point
Copy the full SHA 53bedd9View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a17fa5 - Browse repository at this point
Copy the full SHA 0a17fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855d6ca - Browse repository at this point
Copy the full SHA 855d6caView commit details