Skip to content
Snippets Groups Projects
Commit 06d2c060 authored by maimouni.mouhcine's avatar maimouni.mouhcine
Browse files

Zip file contains all the figures right one

parent ac07817e
No related branches found
No related tags found
No related merge requests found
File added
src/Report/figures/Predictedvs.png

74.9 KiB

src/Report/figures/Predictions_V.png

120 KiB

src/Report/figures/Spectre_mod.png

240 KiB

src/Report/figures/histo.png

39.7 KiB

src/Report/figures/residual_plot.png

46.6 KiB

\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\citation{Lesnoff2020}
\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}}
\newlabel{fig:votre_graphique}{{\caption@xref {fig:votre_graphique}{ on input line 58}}{1}{Data Visualization}{figure.caption.3}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces PCA}}{1}{figure.caption.4}\protected@file@percent }
\newlabel{fig:frog}{{1}{1}{PCA}{figure.caption.4}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces PCA}}{2}{figure.caption.5}\protected@file@percent }
\newlabel{fig:frog}{{2}{2}{PCA}{figure.caption.5}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces PCA}}{2}{figure.caption.6}\protected@file@percent }
\newlabel{fig:frog}{{3}{2}{PCA}{figure.caption.6}{}}
\bibstyle{apalike}
\bibdata{refs.bib}
\bibcite{Lesnoff2020}{Lesnoff et~al., }
\gdef \@abspage@last{3}
\begin{thebibliography}{}
\bibitem[Lesnoff et~al., ]{Lesnoff2020}
Lesnoff, M., Metz, M., and Roger, J.
\newblock Comparison of locally weighted pls strategies for regression and
discrimination on agronomic nir data.
\newblock {\em Journal of Chemometrics}, 34(5).
\end{thebibliography}
......@@ -4,47 +4,47 @@ The top-level auxiliary file: report.aux
Reallocating 'name_of_file' (item size: 1) to 8 items.
The style file: apalike.bst
Reallocating 'name_of_file' (item size: 1) to 9 items.
I found no \citation commands---while reading file report.aux
Database file #1: refs.bib
Warning--empty year in Lesnoff2020
You've used 1 entry,
You've used 0 entries,
1935 wiz_defined-function locations,
479 strings with 3885 characters,
and the built_in function-call counts, 360 in all, are:
= -- 32
> -- 18
471 strings with 3672 characters,
and the built_in function-call counts, 17 in all, are:
= -- 0
> -- 0
< -- 0
+ -- 6
- -- 6
* -- 29
:= -- 71
add.period$ -- 3
call.type$ -- 1
change.case$ -- 8
chr.to.int$ -- 1
cite$ -- 2
duplicate$ -- 13
empty$ -- 22
format.name$ -- 7
if$ -- 65
+ -- 0
- -- 0
* -- 0
:= -- 7
add.period$ -- 0
call.type$ -- 0
change.case$ -- 0
chr.to.int$ -- 0
cite$ -- 0
duplicate$ -- 0
empty$ -- 1
format.name$ -- 0
if$ -- 1
int.to.chr$ -- 1
int.to.str$ -- 0
missing$ -- 1
newline$ -- 8
num.names$ -- 3
pop$ -- 8
missing$ -- 0
newline$ -- 3
num.names$ -- 0
pop$ -- 0
preamble$ -- 1
purify$ -- 8
purify$ -- 0
quote$ -- 0
skip$ -- 10
skip$ -- 1
stack$ -- 0
substring$ -- 12
swap$ -- 1
substring$ -- 0
swap$ -- 0
text.length$ -- 0
text.prefix$ -- 0
top$ -- 0
type$ -- 6
warning$ -- 1
while$ -- 2
type$ -- 0
warning$ -- 0
while$ -- 0
width$ -- 0
write$ -- 14
(There was 1 warning)
write$ -- 2
(There was 1 error message)
This diff is collapsed.
......@@ -323,6 +323,7 @@ if not spectra.empty and not y.empty:
fig0 = px.scatter(Reg.cv_data_[2], x ='Measured', y = 'Predicted' , trendline='ols', color='Folds', symbol="Folds", facet_col = 'Folds',facet_col_wrap=1,
color_discrete_sequence=px.colors.qualitative.G10, text='index', width=800, height=1000)
fig0.update_traces(marker_size=8, showlegend=False)
fig0.write_image("./Report/figures/Allinone.png")
cv1.write('-- Out-of-Fold Predictions Visualization (Separate plots) --')
cv1.plotly_chart(fig0, use_container_width=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment