Skip to content
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

Development #50

Merged
merged 132 commits into from
Mar 7, 2024
Merged
Changes from all commits
Commits
Show all changes
132 commits
Select commit Hold shift + click to select a range
362799c
before forecasting
tvdboom Jul 5, 2023
084d5c7
before forecasting 2
tvdboom Jul 7, 2023
e72c63c
before forecasting 3
tvdboom Jul 7, 2023
5ee0f8d
update deps
tvdboom Jul 7, 2023
bc9bca5
fc 1
tvdboom Jul 8, 2023
568f956
fc 2
tvdboom Jul 8, 2023
128080a
fix tests
tvdboom Jul 10, 2023
828496a
add nf
tvdboom Jul 17, 2023
ebb17a5
fix register
tvdboom Jul 19, 2023
8825e91
metadata routing
tvdboom Jul 24, 2023
cf66e3f
reorder models
tvdboom Aug 7, 2023
cce99f4
add autorun
tvdboom Aug 9, 2023
90d4df7
fix examples 1
tvdboom Aug 11, 2023
eb248ea
fix examples 2
tvdboom Aug 13, 2023
77cad79
add pyarrow data engine
tvdboom Aug 15, 2023
101cf8b
refactor shrink
tvdboom Aug 17, 2023
d15e5e6
fix logger
tvdboom Aug 28, 2023
c0ae0d5
fix n_outliers property
tvdboom Aug 28, 2023
c17443e
fix pca
tvdboom Aug 28, 2023
91090b4
fix cuml
tvdboom Aug 28, 2023
b38e87b
fix cuml 2
tvdboom Aug 28, 2023
310735a
update user guide
tvdboom Aug 28, 2023
d714a49
update cuml
tvdboom Aug 28, 2023
c4cf394
refactor type hinting
tvdboom Aug 29, 2023
dd136a2
refactor modules
tvdboom Aug 30, 2023
b4aebbb
refactor type hinting 3
tvdboom Sep 1, 2023
36c9c4c
branchmanager
tvdboom Sep 5, 2023
088edac
branchmanager 2
tvdboom Sep 6, 2023
5eba4b8
types to lowercase
tvdboom Sep 7, 2023
c97f41e
improve get rows
tvdboom Sep 9, 2023
620f2eb
memory considerations
tvdboom Sep 13, 2023
0491ca0
memory considerations finished
tvdboom Sep 14, 2023
94383f9
fix pred methods
tvdboom Sep 15, 2023
8ad0e45
refac plotting to rows 1
tvdboom Sep 20, 2023
88807c6
update plots
MarcovdBoom Sep 20, 2023
414c040
finished plots
tvdboom Sep 22, 2023
44191d8
add mypy checks
tvdboom Sep 23, 2023
9d3f09d
sklearn 1.3.1 update and xgboost 2.0
tvdboom Sep 24, 2023
5dcbb30
more mypy fixes
tvdboom Oct 8, 2023
72c21be
trial bug fixes
tvdboom Oct 10, 2023
2023ab2
mypy fix predictplot
tvdboom Oct 12, 2023
77561a3
fix tests all plots
tvdboom Oct 13, 2023
e40154f
mypy fixing basemodel 1
tvdboom Oct 18, 2023
1ad5aa3
mypy baserunner
tvdboom Oct 21, 2023
6f18889
mypy basetransformer
tvdboom Oct 24, 2023
51f9e79
mypy all
tvdboom Oct 27, 2023
8c7eb84
update deps
tvdboom Oct 28, 2023
20caba0
update deps 2
tvdboom Oct 28, 2023
cf671c3
update deps 3
tvdboom Oct 28, 2023
21bbae9
update deps 4
tvdboom Oct 28, 2023
ec2ce91
update deps 5
tvdboom Oct 29, 2023
1bd8583
update deps 6
tvdboom Oct 29, 2023
1b82bdd
remove evalml
tvdboom Oct 29, 2023
6c29404
fix modin version
tvdboom Oct 29, 2023
81afe67
fix modin version 2
tvdboom Oct 29, 2023
28e7446
fix modin version 3
tvdboom Oct 29, 2023
e3f7079
remove 3.9 from test
tvdboom Oct 29, 2023
b542a9d
remove evalml
tvdboom Oct 29, 2023
1884dd5
new eda
tvdboom Nov 2, 2023
7b5a3c9
check examples
tvdboom Nov 5, 2023
e7b1e7a
add iterative imputer
tvdboom Nov 21, 2023
35687c1
drop python 3.9 support
MarcovdBoom Nov 22, 2023
dfbb0d9
set_output=pandas
tvdboom Nov 25, 2023
3b8e4a8
refactor imputer
tvdboom Nov 26, 2023
b756dbc
fix examples
tvdboom Nov 29, 2023
5fca7a1
fix examples 2
tvdboom Nov 29, 2023
1aa41b7
add docstring check
tvdboom Nov 30, 2023
1813e96
reduce test time
tvdboom Dec 3, 2023
d7a225e
ruff 2
tvdboom Dec 5, 2023
b194a56
add ignore features
tvdboom Dec 7, 2023
d13cba2
fix tests
tvdboom Dec 8, 2023
eabeea8
add sp
tvdboom Dec 15, 2023
bafd417
new models
tvdboom Dec 17, 2023
3efd838
add prophet
tvdboom Dec 19, 2023
26c05d0
fix plot_forecast
tvdboom Dec 21, 2023
fbccfb3
added plot_series
tvdboom Dec 22, 2023
36fff85
cleanup
tvdboom Dec 25, 2023
a789b0f
added axes share in canvas
tvdboom Jan 5, 2024
0e64e37
added test for canvas
tvdboom Jan 5, 2024
ce993ad
feature extraction from index
MarcovdBoom Jan 8, 2024
868ed17
refactored pipeline for ts
MarcovdBoom Jan 8, 2024
2cf604b
add residuals to plot_forecast
MarcovdBoom Jan 10, 2024
a1eb776
forecast ensembles
MarcovdBoom Jan 12, 2024
4f0d673
add checks method
MarcovdBoom Jan 12, 2024
7b810c2
fix inherit for meta-estimators
MarcovdBoom Jan 15, 2024
c6eb43f
plot_bootstrap
tvdboom Jan 18, 2024
4757ddb
added decomposer class
tvdboom Jan 21, 2024
d2277d1
towards metadata routing
tvdboom Jan 21, 2024
1999447
fixes for sklearn 1.4
MarcovdBoom Jan 22, 2024
de30497
fixed pipeline metadata routing
tvdboom Jan 24, 2024
656607b
updates
tvdboom Jan 24, 2024
7610047
drop add_traces
MarcovdBoom Jan 25, 2024
2ae20b4
added acf, pacf and decomposition plots
MarcovdBoom Jan 25, 2024
7662554
Merge pull request #48 from tvdboom/ts_plots
tvdboom Jan 26, 2024
797485c
Merge remote-tracking branch 'origin/development' into development
tvdboom Jan 26, 2024
52e1ecc
engine to namedtuple
tvdboom Jan 26, 2024
b14a15a
fix mstl
tvdboom Jan 26, 2024
22bb8c6
add get_feature_names_out
tvdboom Jan 28, 2024
9cbe039
added autoets model
MarcovdBoom Jan 29, 2024
f96b802
add plot_ccf
tvdboom Jan 30, 2024
9bf0c8f
new strat_num for imputer
tvdboom Jan 31, 2024
4cb4637
get_feature_names_out polished
tvdboom Feb 1, 2024
7cef876
fix cuml attrs
tvdboom Feb 1, 2024
070983c
add multivariate example
tvdboom Feb 2, 2024
8b8d9e5
add styler to evaluate
tvdboom Feb 2, 2024
0c7209e
numpy to pandas
tvdboom Feb 3, 2024
c10c9fe
new engine 1
tvdboom Feb 4, 2024
2eb84b5
start new data engine
MarcovdBoom Feb 5, 2024
ff9468e
cleanup
tvdboom Feb 7, 2024
d049e6a
data engine 3
tvdboom Feb 11, 2024
8885b7a
set_output
tvdboom Feb 13, 2024
8a1a8a8
dataengines 4
tvdboom Feb 14, 2024
9562c49
dataengines 5
tvdboom Feb 15, 2024
2e59415
dataengines 5
tvdboom Feb 18, 2024
1e99a1c
dataengines 6
tvdboom Feb 18, 2024
19588ce
fix mypy in utils
tvdboom Feb 20, 2024
043aa7d
mypy fix basemodel
MarcovdBoom Feb 20, 2024
3a51c67
fix partial tests
tvdboom Feb 23, 2024
63ac60d
fixing type hints
tvdboom Feb 25, 2024
c3d9c6b
fixing type hints 2
tvdboom Feb 25, 2024
a59a3b5
dataengines final
MarcovdBoom Feb 26, 2024
7810077
Merge pull request #49 from tvdboom/dataengines2
tvdboom Feb 26, 2024
d2ad150
fixing type hints 3
tvdboom Feb 27, 2024
74a1b8f
fixing inheritance
tvdboom Feb 28, 2024
b479e26
Merge remote-tracking branch 'origin/development' into development
MarcovdBoom Feb 29, 2024
83f318a
fix mypy all
tvdboom Mar 2, 2024
479079c
increase coverage
tvdboom Mar 3, 2024
9bc41db
Merge remote-tracking branch 'origin/development' into development
MarcovdBoom Mar 4, 2024
04430a0
reduce utilities size
MarcovdBoom Mar 5, 2024
ee89f46
increase coverage 2
tvdboom Mar 5, 2024
ef10d4d
fix test
tvdboom Mar 5, 2024
90acfaa
final 6.0
tvdboom Mar 6, 2024

Sorry, this diff is taking too long to generate.

It may be too large to display on GitHub.